Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23343

    I’m sure this is somewhere on the forum, but I wasn’t having any luck. First off I want to say, I LOVE this theme, and i’m probably going to buy the extended license if I can get a few items fixed.

    If my logo is wider than normal or larger, how can I edit the padding? So I don’t have a lot of white space between the logo and menu. Where in the CSS file (if thats where it is)? And could I get an example of how to change it?

    Also, I notice the font is different than the demo, which font was being used on the demo? such as the main content, and menu, etc. I really liked the feel and look of the demo rather than the dummy content.

    Lastly, sometimes on my megamenu it will popup in a different location than under the menu item. Is this a glitch or should I keep messing with the menu till it works?

    Thank you so much for a great theme!

    #119457

    Hi mdlhale,

    You should never edit the css files from the theme directly, instead add your css to the Styling tabs Quick CSS field or in the theme files the blank custom.css file which is meant for your own custom css.

    For the logo, there isn’t any padding that I can see that might correct what you are describing. The logo gets floated left with this:

    div .logo {
    float: left;
    position: absolute;
    left: 0;
    }

    So whatever size it is, its just float: left to be on the left size. If you wanted somethign different, an example showing the logo would help :)

    The font in the demo is:

    13px/1.65em "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif

    So, 13px HelveticaNeue.

    For the mega menu, if you can show us an example we’ll see why that is happening (it shouldn’t be).

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo Padding, Mega Menu, & Font?’ is closed to new replies.