Home Forums WoodMart support forum in sticky header the menu goes to centre

in sticky header the menu goes to centre

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #23393

    yorgos
    Participant

    Hi i

    1. i choose the the menu align right: http://prntscr.com/h722ik but when i scroll down the menu goes to center : http://prntscr.com/h722zi

    2. this settings not working http://prntscr.com/h721sw

    #23402

    Artem Temos
    Keymaster

    Hello,

    Please, provide us an access to your website so we can check both issues.

    Thank you

    #23411

    yorgos
    Participant

    here it is

    #23413

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div.sticky-header .main-nav .menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    Be sure that you change sidebar size in Blog and Shop pages settings.

    #23416

    osseigh
    Participant

    tried all they are not working…i want to change font case for the nav bar
    It comes and disappear again..

    #23419

    Artem Temos
    Keymaster

    This option doesn’t change the font, it changes the width of the sidebar.

    #59202

    yorgos
    Participant

    NO any effect with this css the probleb continue. The top menu goes to center while scrolling

    #59222

    Artem Temos
    Keymaster

    Hi,

    Please, describe us your problems in a bit more details. Attach some screenshots and provide us a list of steps how to reproduce it on your website.

    Thank you in advance.

    #59426

    yorgos
    Participant

    What more details my friend? if you see this ticket you will see all that you need. screenshots and description of the problem.

    http://prntscr.com/jm7x2d

    in the first post of this ticket describe all that you need and all screenshoot with the settings too

    #59445

    Artem Temos
    Keymaster

    Try to use this CSS code instead

    div.sticky-header .main-nav .menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    div.sticky-header .main-nav {
        text-align: right;
    }
    #59446

    yorgos
    Participant

    Thanks, now it is ok. But it should be work in theme settings?

    #59450

    Artem Temos
    Keymaster

    There is no option for our sticky header menu text align yet in our Theme Settings.

Viewing 12 posts - 1 through 12 (of 12 total)