Hi,
I would like to adjust the default theme lines on the header to a 950px size (the width of my content)
thank you!
Delia
Hey libelum!
Please add following code to Quick CSS
#header_main {
max-width: 950px;
margin-left: 50px;
}
#header_main .container {
padding: 0;
}
Cheers!
Yigit
Hi Yigit
that was fast! ;)
works partially
still missing to adjust the line on the top
thaanks!
Hi!
Please add following code to Quick CSS as well
#header_meta {
max-width: 950px;
margin-left: 50px;
}
#header_meta .container {
padding: 0;
}
:)
Regards,
Yigit
great!
thank youuu
solved
Delia