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

    Hello,

    I can easily edit the logo’s position using:

    strong.logo {
    top: 20px !important;
    }

    However, when using the slim header type, the logo once you scroll on the page is displaying on top of all of the content and not within the menu/header bar as intended. I’ve seen an easy fix to this in the forum before, but I can’t seem to find it via search. I need the logo to be aligned with the menu and adjust accordingly when scrolling.

    #553474

    Hey TurkReno,

    Try the following to see if that works out for you:

    .header-scrolled strong.logo {
    top: 0px !important;
    }

    Regards,
    Rikard

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