Hi
I want to incease the grey field so it goes after the button, not stopped under the button and want it integrated in the grey field. ![]()
See attached image:
Hi
I want to incease the grey field so it goes after the button, not stopped under the button and want it integrated in the grey field. ![]()
See attached image:
Hi @Dekanten
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.uk-width-1-1.uk-text-center.uk-margin-auto-vertical {
padding-bottom: 20px !important;
}
And save.
Result:
Please donβt forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, i tried the code and it works quite well, but i got a white field in header while scrolling. Anything we can do to lock this section? Thanks for the snippet, good stuff here too. ![]()