Wordpress Twenty Twelve header fix?

5 replies
  • WEB DESIGN
  • |
I am using the Wordpress Twenty Twelve template for this site.

marshallhealthexpo.com/

I have used the logo for the header but would like the header to be right justified but can't figure out how to do this. I played around with the Editor but to no avail. I'd love some help if you know a fix for this.

Thanks,
C
#fix #header #twelve #twenty #wordpress
  • Profile picture of the author rhinocl
    Use Firebug. Find the element you want to move and change the css code to
    #whateveryourlogoelementiscalled{float:right;}

    Then look at what else gets messed up when you do that and start correcting that.
    {{ DiscussionBoard.errors[9050517].message }}
  • Profile picture of the author sham2
    Hello CarrieD!
    You want to float right your logo? Its very simple. Open your style.css file and goto line 579 and make change in your top nav style.

    .main-navigation {
    float: left;
    margin-top: 1.71429rem;
    text-align: center;
    }
    when you do this hope you will enjoy it.
    {{ DiscussionBoard.errors[9050982].message }}
  • Profile picture of the author jscoupon
    Hi CarrieD,
    You could move <img...> tag to above <nav..> in header.php files.
    {{ DiscussionBoard.errors[9051292].message }}
  • Profile picture of the author arianna143
    Find the solutions on W3Cschool.com and definitely you will get the solutions.
    {{ DiscussionBoard.errors[9051336].message }}
  • Profile picture of the author CarrieD
    Thanks all, it's fixed now.
    {{ DiscussionBoard.errors[9051388].message }}

Trending Topics