Topic Resolution: Not Resolved
    Denzel Chia
    Moderator
    Posts: 2656
    April 11, 2016 at 1:50 am #26416

    Hi,

    It may be possible to shift the alignment of your sticky post header.
    It’s not possible to make it 100% identical.

    The URL you provide does not load a WordPress site.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    April 11, 2016 at 2:07 am #26419

    I found your working website link in your other thread.
    https://www.thelostplaces.net/

    Adjusting your font-size will make them look aligned.
    Please use the following in Theme Options -> Custom CSS

    .sticky #nav ul li {
    font-size: 1.11em !important;
    }

    Thank you

    Pako Moritz
    Spectator
    Posts: 40
    April 11, 2016 at 12:52 pm #26440

    This is perfect working. Thank you 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    April 12, 2016 at 2:32 am #26452

    You are welcome

    Pako Moritz
    Spectator
    Posts: 40
    April 19, 2016 at 11:48 pm #26756

    Hi, with 2.6.0 the code you gave me is not longer working. sticky menu doesn´t match again… with removed css code too 🙁

    Denzel Chia
    Moderator
    Posts: 2656
    April 20, 2016 at 4:30 am #26785

    Hi,

    Sticky menu is not overlapping main menu now.
    It’s difficult for me to match it for you.

    Previously you had enter the following codes in your Theme Options -> Custom CSS

    .sticky-header .nav {
    float: left;
    margin-left: 25px;
    }

    Look for it and remove it. It will let the sticky menu go back to the same left alignment as main menu.

    Thank you

    Pako Moritz
    Spectator
    Posts: 40
    April 20, 2016 at 12:05 pm #26795

    As you can read above, i tried with removed css already. So this is not working :(. The css solution was perfect before the update.

    Denzel Chia
    Moderator
    Posts: 2656
    April 21, 2016 at 1:57 am #26814

    Hi,

    Those css codes are still on your website.

    Do you have server cache or cache plugin?
    Clear the cache if you have.

    Thank you

    Pako Moritz
    Spectator
    Posts: 40
    April 21, 2016 at 4:37 am #26833

    Hm. I took a look inside and i didn´t find any cache solutions :(.