Graphic logo padding changes?

Support Area Forums Elite Graphic logo padding changes?

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #16160
    Michael Thomas
    Participant

    On my home page (Home template) the graphic logo is vertically centered nicely in the nav header, but on the default template pages it seems to shift upwards slightly. The Nav menu labels do not change.

    Any ideas?

    Thanks!
    mt

    #16162
    Bill Robbins
    Moderator

    Michael,

    It’s probably something happening with either the padding or line height there. Any chance you could send over a link to your site so I can take a closer look for you?

    Thanks,
    Bill

    #16164
    Michael Thomas
    Participant

    Hi Bill,

    http://www.magneticservices.net

    The logo is fine on the home page, it’s a little off on the interior pages.

    mt

    #16170
    Bill Robbins
    Moderator

    Thanks for sending over the link. I’m entirely certain why it’s doing that, but here’s how you can change it:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      div#logo p {
           padding-top: 9px;	
      }
      
    3. Update your settings.

    If you need to you can adjust the 9 in the code snippet above to change the positioning of the logo on inside pages. The larger the number the further down it will move.

    If you have any questions or trouble, let me know.

    Thanks again and have a great week,
    Bill

    #16190
    Michael Thomas
    Participant

    That did it thanks Bill!

    #16192
    Bill Robbins
    Moderator

    Fantastic. Have a great week!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Graphic logo padding changes?’ is closed to new replies.