This topic has 7 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
Hi,
Can you help me to achieve below 3 things please?
Screenshot here: https://prntscr.com/gfw7qs
1 – Reduce size of top bar
2 – Reduce size of the search box
3 – Minimise space between copyright and footer
Please let me know if you have any questions.
Thank you in advance.
Hi,
Add this css code in 8theme optons >> styling >> custom css >> global custom css
.top-bar { line-height: 1.86rem; }
.topbar-widget.etheme_widget_socials .et-follow-buttons a { height: 1.86rem; }
3)
.footer .footer-widget { margin-bottom: 0; }
.footer-bottom { padding-top: 0; }
Thank you so much, Amzy.
So I guess no way to reduce search box size?
Regards.
Hello,
.header-wrapper.header-advanced .header-search.act-default input[type="text"],
.header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
height: 38px;
}
.header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
line-height: 38px;
}
.header-wrapper.header-advanced .header-search.act-default #searchform .btn {
height: 40px;
}
.header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger:after {
top: 18px;
}
Regards
This is fantastic!
Thank you very much.
Regards.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up