Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #662653

    Is there any way to control the absolute height throughout the site of the Title Bar?

    #662707

    Hey John,

    To change the height of the Title Bar please change the value of min-height and padding in the below code to suit your design and try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .title_container .container {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        min-height: 95px!important;
    }
    

    Best regards,
    Vinay

    #662715

    Outstanding! Thanks!

    #662941

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Title Bar Height’ is closed to new replies.