Forum Replies Created
-
AuthorPosts
-
some of it will depend on the theme you’re using and how the menu is set up, but some CSS should do the trick.
Ozzy Rodriguez | Twitter | Google+ | Facebook
i’m seeing posts that have an h1. the only page with a title i saw was the contact page. can you add a link to a page or post where you see this happening?
nevermind… you must have figured it out!
Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 2 weeks, 4 days ago by
Ozzy. Reason: fix problem as i was writing
-
This reply was modified 2 weeks, 4 days ago by
Ozzy. Reason: fix problem as i was writing
it doesn’t seem like it’s saving as the body class is still content-sidebar-sidebar.
can you take a screenshot and upload it as what the page editor layout options for that page look like?
Ozzy Rodriguez | Twitter | Google+ | Facebook
around line 564, you’ll see
.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4
you need to change the width to 50% and add float:left; to the rule.
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 27, 2013 at 11:33 pm in reply to: I want the height of my header area the same everywhere in my website #38161i’m not seeing this issue. what browser are you seeing this issue in?
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 26, 2013 at 11:43 pm in reply to: My @media sections are being ignored for Iphone -Metro #38017April 26, 2013 at 11:27 pm in reply to: My @media sections are being ignored for Iphone -Metro #38013sure thing.
search for ’14 Media Queries’ and just above that you’ll find the */ that should be /*
search for ‘.footer-widgets-3 (‘ and replace the ( with {
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 26, 2013 at 11:20 pm in reply to: My @media sections are being ignored for Iphone -Metro #38010i took your style.css and brought it into a code editor. what are you using to edit your stylesheet?
Ozzy Rodriguez | Twitter | Google+ | Facebook
April 26, 2013 at 11:16 pm in reply to: My @media sections are being ignored for Iphone -Metro #38008on line 2016 of your style.css, you’ll see */ which should be changed to /*
then your media styles should start working.
on line 2234, you’ll see a ( for the .footer-widgets-3 rule. that should be { instead.
if you could make those couple of changes and then let us know if you see anything working or changing, that’d be great.
Ozzy Rodriguez | Twitter | Google+ | Facebook
you’d need to create a page called archive-publications.php and change the loop there.
Ozzy Rodriguez | Twitter | Google+ | Facebook
just checked your site and see the changes. i’m guessing you got it working?
Ozzy Rodriguez | Twitter | Google+ | Facebook
hi beth!
it’s actually in the same place you added the other background. you didn’t really change the background in the header, you changed it in the body. if you’d like to change that blue to white, you’d change the property in the body rule:
body { background: url("http://healthyangie.com/wp-content/uploads/2013/04/cloth019.gif") repeat-x scroll 0 0 #FFFFFF; }
Ozzy Rodriguez | Twitter | Google+ | Facebook
you can add or change the following in your style.css:
#subnav ul { text-align: cener; } #subnav li { display: inline; float: none; }
Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 2 weeks, 4 days ago by
-
AuthorPosts