Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23960

    One last question and I apologize if I keep pushing for help with the CSS.

     

    In the header for Venetian it seems something I have done has added extra space at the bottom of my header. I want less space so the logo is nicely positioned between top and bottom of the header.

    I did use the customizer site title and logo settings – but they were unable to reduce the extra space at the bottom of the header. I even used -18 for the bottom margin but that still did not do what I wanted.

    Previously you provided me with specific CSS code to minimize the space in a lower section (call-to-action). Is there code I can use for this circumstance?

    My website is at:  http://advantageaccountingsolutions.com/

    Hopefully, this will be the last tweak I need. Thanks for being so helpful.

    #23962
    BoldGrid Support
    Keymaster

    Hi mark_pr!

    Thanks for asking about adjusting your headers spacing. It seems that the spacing can be modified via the CSS Editor inside of the Customizer.  The following code added there helps reduce the spacing below the logo:

    .site-branding {
    height: 210px;
    }

    You may adjust the actual value to your liking.

    Keep in mind that making these CSS changes may cause some unintentional responsiveness issues. I would recommend making a backup of your site before and after making changes to the CSS. This will ensure you have a backup to restore from, if you do experience issues after making adjustments. I hope that works out for you!

    Sincerely,

    Carlos E

    #23961
    mark_pr
    Member

    That did the trick.

     

    Thanks again for all of your assistance!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Spacing in Venetian Header’ is closed to new replies.