logo frame is too big
I have putted one logo in my page (theme settings -> logo) but the white frame is too big. How can I reduce it?
I saw many codes but I don´t know where to put it.
Regards
Rodolfo
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Rodolfo
Please remember not to directly edit style.css as this file, along with all theme files, will be overwritten when you run a theme update.
This is an option in Vantage Premium in Appearance > Customize: General: Header Padding.
In Vantage Free you can use a plugin like Simple Custom CSS: https://wordpress.org/plugins/simple-custom-css/ to insert the following:
/* Vantage Header Padding */ header#masthead .hgroup { padding-top: 35px !important; padding-bottom: 35px !important; }Adjust 35px to your required value.
Hope that helps.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.