This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi,
I would like decrease the fixed header, because in the settings I put the minimun size, but I want less.
Thanks
Hello,
Try to use this code:
.fixed-header .container {
padding: 0;
}
Regards
Ok, thanks. And I would like to change top bar (icon social where is), a little smaller.
Regards
Hello,
Please, add this code in Custom CSS:
.top-links {
line-height: 25px;
}
.top-bar {
height: 25px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up