Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uncenter centered copy #127

Closed
amandablum opened this issue May 17, 2016 · 8 comments
Closed

uncenter centered copy #127

amandablum opened this issue May 17, 2016 · 8 comments

Comments

@amandablum
Copy link
Owner

amandablum commented May 17, 2016

because ours is not to ask why, just to do. they only want the paragraphs (open text) left aligned. headers, etc should stay centered. they wanted to bump text size up by 1. I think this solves that.
.centeredcopy p {
text-align: left;
font-size: 110%;
}

@amandablum
Copy link
Owner Author

amandablum commented May 20, 2016

now everything is centered. they just wanted the p centered. which is why this works:
.centeredcopy p {
text-align: left;
font-size: 1.1em;
}

@amandablum
Copy link
Owner Author

definitely getting closer. header centered (good) copy left aligned (good), button left aligned (bad). example here: http://mindup.vuurrclients.com/

@chuckreynolds
Copy link
Contributor

your button is in the p you just wanted left-aligned

@amandablum
Copy link
Owner Author

yeah. i realized that when I went to test it. didn't realize it was
wrapping everything in p's. my bad.

On Mon, May 23, 2016 at 6:12 PM, Chuck Reynolds notifications@github.com
wrote:

your button is in the p you just wanted left-aligned


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#127 (comment)

@chuckreynolds
Copy link
Contributor

i'll have to change this to put it into its own div... idk what css will do but i'll do all that tonight.

if ( $centered_cta_copy && $centered_cta_link ) : ?>
    <p><a href="<?php echo $centered_cta_link; ?>" class="btn"><?php echo $centered_cta_copy; ?></a></p>
<?php
endif;

@amandablum
Copy link
Owner Author

cool. thanks.

On Mon, May 23, 2016 at 6:14 PM, Chuck Reynolds notifications@github.com
wrote:

i'll have to change this to put it into its own div... idk what css will
do but i'll do all that tonight.

if ( $centered_cta_copy && $centered_cta_link ) : ?>

<?phpendif;


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#127 (comment)

@amandablum
Copy link
Owner Author

couldn't you just pull the p wrapper off the button? i thought WP was
inserting it automatically, I didn't realize you'd coded it in.

A

On Mon, May 23, 2016 at 6:15 PM, Amanda Blum - Howling Zoe Productions <
amanda@howlingzoe.com> wrote:

cool. thanks.

On Mon, May 23, 2016 at 6:14 PM, Chuck Reynolds notifications@github.com
wrote:

i'll have to change this to put it into its own div... idk what css will
do but i'll do all that tonight.

if ( $centered_cta_copy && $centered_cta_link ) : ?>

<?phpendif;


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#127 (comment)

@chuckreynolds
Copy link
Contributor

ya. just had to make sure the button class wasn't inside the p declaration. pushing now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants