Hello
How can i make padding between widget items in header smaller ?
As you see on link there is a BIG white gap between items
bunp
bump
Hi cyberhrc,
I looked at the page and did not understand which paddings do you want to reduce. Could you please attach a mockup of what you’re trying to achieve? And the credentials did not work, I just looked on frontend.
Best regards,
Victoria
sorry
attached screenshot
i marked yellow boxes as problem .. so i want that space to be removed
logo and layerslider should be near as much as possible
Hi cyberhrc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#swifty-img-widget-5, #layerslider_widget-2 {
padding: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
working great appreciate it :)