This topic has 12 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hi,
I want to remove padding from border to logo and also remove padding from chart image to the other border to make additional space for the menu items. I use heading 4.
Thanks
Hello,
Please provide link to your site and screenshot to better understanding desired displaying.
Regards
Remove the red space (padding) to make more space to add more items to navigation menu (blue).
Thanks
Hello,
It would be better for me to see your site.
Please try to add this code in Custom css for desktop:
.main-header > .container {
width: 80%;
}
.header-logo {
width: 30%;
}
Regards
No changes with the custom css but 100% instead of 80% is ok 🙂
Great. Feel free to ask if you have any other questions.
Regards
The big navigation bar is ok but the small one is not.
https://prnt.sc/h562e1
Please send me the custom css for the small one.
Thanks.
I do not see problem http://prntscr.com/h565bt Is it solved?
Don’t forget to clear cache before checking custom css effect.
Regards
Please check again, it is not solved.
https://prnt.sc/h567fq This is the second menu bar (with logo + navigation + cart etc.) when you scroll down.
The main menu bar is ok, only the header bar when you scroll down is not on (the one with the logo at a smaller size).
Thanks.
Oh I see, please change previous code
.main-header > .container {
width: 100%;
}
to:
.fixed-header > .container, .main-header > .container {
width: 100%
}
.fixed-header-area .header-logo {
width: 5%;
}
Regards
Perfect 🙂
Thank you for the great support!
You’re welcome!
If you’re happy with our service, don’t forget to rate us 5 stars in ThemeForest. 🙂
Regards
The issue related to '‘Remove padding from border to logo and chart image and border’' has been successfully resolved, and the topic is now closed for further responses