Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #592572

    Hi,
    I have my logo on the left side of the page. My nav is on the right side.
    How can i position the logo on the right side next to the nav (left side of the nav)?

    Many thanks.

    #593162

    Hey yuroen,

    Please try the following in Quick CSS under Enfold–>General Styling:

    strong.logo {
        float: right !important;
        position: absolute !important;
        right: 200px !important;
    }

    Thanks,
    Rikard

    #593290

    Hi Rikard,
    Thanks for your quick response. But it seems that nothing happens when adding the css code.

    Beste Regards,
    Yuroen

    #593325

    Hi!

    Please add following code to Quick CSS

    strong.logo {
        left: auto;
        right: 15%;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.