Archived topic
Header size
1 reply · Started by Stefan on September 28, 2015
Hallo Support-Team,
first, sorry for my bad english :-)
I added a Logo to my website. The place above and in the bottom of the logo are to much.
With "firebug" i can fix this Problem with follwing commandline:
.inside-header {
padding: 40px;
Now i will fix this for any time, so i added the file stylesheet.css. But it doesn't work here.
After the changes i see no changes.
I hope, you can understand my problem.
Thanks in advance.
Hi there,
If you have our Spacing add-on, you can do this in "Customize > Element Spacing" - you just have to reduce the values in the header area.
For CSS, make sure your syntax is right:
.site-header .inside-header {
padding: 0;
}
