Hi there,
Still working on the website and would like to know to remove unwanted margin/padding from either the logo, or the search, shopping page etc, please???
Currently have all this space... and unfortunately the navigation is going onto 2 lines which we want to avoid (screen size of laptop is 1500x1000)
Many thanks
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
To remove space add the following code at the bottom of your assets/theme.css file.
#PageContainer {padding-top: 55px !important;}
.site-nav {margin: 0px 0 !important;}
Let me know if this works.
Thanks!
This is an accepted solution.
For the menu add this code.
.site-nav__link--button {padding: 3px 3px !important;}
Thanks!
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.
.site-nav__link--button {padding: 3px 3px !important;}
User | Count |
---|---|
445 | |
208 | |
110 | |
89 | |
86 |