How to change the heigth of the logo&menu section

Home Forums WordPress Themes – Premium Circumference How to change the heigth of the logo&menu section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15562
    Hans
    Member

    Hi Andre,
    How can I change the height of the logo section?
    that is: the white section where the logo & the main menu is.

    #15563
    Sushil Adhikari
    Moderator

    You will need to do some custom CSS for this override. In the theme’s style.css around line 577, is this:

    #cir-site-header {
    	padding: 2em 0;
    }
    

    The top and bottom padding is set as 2em, so you can adjust that to what you want. Make sure you keep the top and bottom padding the same so you maintain a vertically centered header area.

    Also, I hope you are using a plugin to allow custom stylesheet changes or at least a child theme to make this change?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.