Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #115177
    johnoe
    Participant

    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!

    #115189
    Pratik
    Keymaster

    Hi @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,
    Pratik

    #115191
    johnoe
    Participant

    Hi 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!

    #115192
    Pratik
    Keymaster

    Hi @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,
    Pratik

    #115194
    johnoe
    Participant

    Perfect 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;
    }

    #115195
    Pratik
    Keymaster

    Hi @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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is there a way to remove the spacing around the site logo?’ is closed to new replies.