Home / Forums / WoodMart support forum / in sticky header the menu goes to centre
Home › Forums › WoodMart support forum › in sticky header the menu goes to centre
in sticky header the menu goes to centre
- This topic has 11 replies, 3 voices, and was last updated 8 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
November 6, 2017 at 8:56 pm #23393
yorgosParticipantHi 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
November 7, 2017 at 6:59 am #23402Hello,
Please, provide us an access to your website so we can check both issues.
Thank you
November 7, 2017 at 8:59 am #23411
yorgosParticipanthere it is
November 7, 2017 at 9:08 am #23413Try 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.
November 7, 2017 at 10:13 am #23416
osseighParticipanttried all they are not working…i want to change font case for the nav bar
It comes and disappear again..November 7, 2017 at 10:38 am #23419This option doesn’t change the font, it changes the width of the sidebar.
May 24, 2018 at 11:58 am #59202
yorgosParticipantNO any effect with this css the probleb continue. The top menu goes to center while scrolling
May 24, 2018 at 12:36 pm #59222Hi,
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.
May 24, 2018 at 9:01 pm #59426
yorgosParticipantWhat more details my friend? if you see this ticket you will see all that you need. screenshots and description of the problem.
in the first post of this ticket describe all that you need and all screenshoot with the settings too
May 25, 2018 at 6:16 am #59445Try 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; }May 25, 2018 at 6:20 am #59446
yorgosParticipantThanks, now it is ok. But it should be work in theme settings?
May 25, 2018 at 6:23 am #59450There is no option for our sticky header menu text align yet in our Theme Settings.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register