Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello @mkmossop,

    I have just checked your website and it looks like you have already resolved this issue, is that correct?

    Kind Regards, Roman.

    Thread Starter mkmossop

    (@mkmossop)

    Hi Roman,

    Sort of. It’s ok how it is, but if possible I’d like the logo to the left of the navigation rather than on top.

    Thanks!

    Hello @mkmossop,

    Please try to use the following CSS code.

    You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up).

    #top-navigation .sf-menu {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    Kind Regards, Roman.

    Thread Starter mkmossop

    (@mkmossop)

    Cool thanks it worked!

    Is there any way to have the page titles appear closer to the logo? I guess adding a margin on the right would do it, but I feel like there’s probably a better way.

    Hello @mkmossop,

    Can you please provide some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter mkmossop

    (@mkmossop)

    Hi I figured it out actually. You can see on my site now:

    mentalhealthmiracle.com/blog

    I put the navigation and logo in a div and set the appropriate width.

    Thanks for your help!

    I do have one other issue though. How can I center the pages in the footer (Home Privacy Policy Terms of Service Contact ?)?

    If I use the center command it’s too far over to the right. I used a div with a specific width again here but it’s not perfectly centered.

    Matt

    • This reply was modified 7 years, 4 months ago by mkmossop.

    Hello @mkmossop,

    I don’t think that there is an easy way to center it with fixed width. It looks like that section has to be reworked in order to achieve that.

    Kind Regards, Roman.

    Thread Starter mkmossop

    (@mkmossop)

    Ok thanks for your help Roman.

    You are welcome @mkmossop,

    Kind Regards, Roman.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add Header to Top Navigation?’ is closed to new replies.