This topic contains 5 replies, has 2 voices, and was last updated by Pratik 1 year, 9 months ago.
- AuthorPosts
- May 3, 2017 at 8:06 am #115177
Hello,
Great theme guys!
Is there a way that I can remove the spacing around my site logo so that the header bar is the same height as the image itself?
For reference my site is here: http://itsonthemeter.com/ Ideally I’d like that blue border removed from around the It’s on the Meter logo image (is there also a way to change that blue to white?).
Also, is there a way to reduce the height of the promotional headline section?
Thank you!
May 4, 2017 at 12:00 am #115189Hi @johnoe,
Firzt, please update your theme. Its version is 1.5, current theme version is 2.5.1
Try following code in Appearance-> Customize-> Additional CSS box:.site-branding .header-site-details, .site-branding .site-logo, .site-branding { padding: 0; }
It should work.
Let me know how it goes.
Regards,
PratikMay 4, 2017 at 1:25 am #115191Hi Pratik,
Yes – that worked perfectly. Thanks for the speedy reply. I couldn’t see how to update my theme but it worked with my version.
One other thing – is there a way to reduce the height of the promotional headline section?
Thanks!
May 4, 2017 at 2:17 am #115192Hi @johnoe,
Sorry, you have the latest update, I confused it with pro version.
For reducing promotion headline height, try following code:
#promotion-message .left { padding: 0px; }
You can increase 0px as per your linking.
Regards,
PratikMay 4, 2017 at 3:30 am #115194Perfect again – thanks!
And just in case anyone else has the same problem – to adjust the spacing around the button the code is :
#promotion-message .right {
padding: 0px;
}May 4, 2017 at 3:47 am #115195Hi @johnoe,
Glad it worked out.
If our liked our theme and support, please leave us a review at https://wordpress.org/themes/fabulous-fluid/.
Regards,
Pratik - AuthorPosts
The topic ‘Is there a way to remove the spacing around the site logo?’ is closed to new replies.