This topic has 11 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
https://www.dropbox.com/s/w1l4baoz1rzohkq/Screenshot%202017-10-10%2023.36.10.png?dl=0
can i make just squared part with black color background and with fonts white, not the whole header, just the menu background?
HOw can I increase the space between menu (i.e. home beauty fashion etc)
Can you provide me the code where i can adjust the space between them?
Please try to use this code in Custom css:
.menu-wrapper .menu > li > a {
padding: 1.2em 2em;
}
Regards
i copy pasted that code but it has no effect
it’s working thank you
You’re welcome!
Regards
it’s not in one line in sticky header ,
https://www.dropbox.com/s/uw5nuhojdx9isco/Screenshot%202017-10-12%2015.48.11.png?dl=0
Use this code for fixed header:
.fixed-header .menu-wrapper .menu > li > a {
padding: 1.2em 5.5em;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up