how to Move all menu closer logo ?
before photoshop -> https://imgur.com/a/E0zHIfD
after photoshop -> https://imgur.com/a/OjE6EWb
Is that possible ? How to setting for that ?
Thanks.
Hi,
Yes this is possible with custom css or if you build your own header
Newspaper Theme 9.5 Update: What’s new in the Newspaper Theme -> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
If you need help with custom css please provide me a link were I can inspect this menu.
Thank you!
Yes i need you to help with css
i want to make menu closer logo like this website
This link https://www.unilad.co.uk/
pic -> https://imgur.com/a/ZdOHAEl
Thanks for your help.
Hi,
If this is what you want to achieve then please set the below custom css in Newspaper theme panel>Custom code>Custom css
-> https://www.screencast.com/t/n7Eg1vUci7
-> https://www.screencast.com/t/AjpJfV6Ex
.horizontal-list>.menu-item>a {
padding-left: 15px;
padding-right: 15px;
}
Thank you!
Hi,
Please make sure that you set the code well in Newspaper theme panel>Custom code>Custom css -> https://www.screencast.com/t/UCft5ja1O
-> https://www.screencast.com/t/PxZnWcE1NLP
.horizontal-list>.menu-item>a {
padding-left: 10px;
padding-right: 10px;
}
Also please make sure that you clear all cache.
Also if you want you can force the header width -> https://www.screencast.com/t/hAd7sC5M1
Thank you!