• Resolved eveningskiies

    (@eveningskiies)


    Hi, I was just wondering how to center the logo and menu in Pinnacle free theme? It would look like this..

    <— LOGO —>
    <— MENU —>

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Kevin

    (@jx-3p)

    This is a feature of the premium theme, though I do believe you could do it with some complex CSS.

    I unfortunately don’t know how to do this, but if it is possible, other support staff will let us know.

    noahcryns

    (@noahcryns)

    Do you have a link to your website?
    CSS will handle this, not sure how complex until I peak at URL.

    Thread Starter eveningskiies

    (@eveningskiies)

    @kevin: Oh, thank you anyway!

    @noahcryns: Unfortunately, I’m still working on the website on my localhost so I don’t have a URL to give you. Although this is what I would want it to look like. (https://www.dropbox.com/s/pmwi55zu6deiq63/C.jpg?dl=0)

    Hey,
    sorry for the delay.
    You can add this css:

    .kad-header-right, .kad-header-left {
        width: 100%;
    }
    .kad-primary-nav ul.sf-menu {
        float: none;
        text-align: center;
    }
    .kad-primary-nav ul.sf-menu li {
        float:none;
        display:inline-block;
    }
    #kad-banner #logo .kad-standard-logo, #kad-banner #logo .kad-standard-logo-tranbg {
        margin:0 auto;
    }

    Kadence Themes

    Thread Starter eveningskiies

    (@eveningskiies)

    Thank you so much!
    Your themes are really good!

    Also, can I just follow up..
    There’s a big gap between the logo and the menu, how do I lessen it?

    Thank you!

    https://www.dropbox.com/s/l03pc7dgzjujmsb/D.png?dl=0

    In your theme options > site header settings decrease your header height. Since you have the layout with the logo on top you will want to think of that set height as half of your real height.

    Does that make sense?

    Kadence Themes

    Thread Starter eveningskiies

    (@eveningskiies)

    Yes! Okay. Thank you very much!

    The CSS did not work with my site :(. I also use pinnacle, wanted to center my logo which still appears to be too much to left. Could you help? https://www.ulanowak.pl/

    Hey Ulan,

    This thread is months old, so in the future please start a new topic with support requests.

    The first thing I would try in your case is to go into Theme Options> Logo Options, and try setting ”
    Logo Container Width” to a smaller value like 25 or 16.

    Let me know if that makes a difference for you!

    -Kevin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Center logo and menu?’ is closed to new replies.