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

    Hi there!

    I’d be very grateful if you could let me know how to adjust the height of the standard Page Title Bar in Enfold.

    thanks so much

    CJ

    #974849

    Hey jaroljmek,

    This should be possible via css. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #974863

    Hi Jordan

    Here is a Page Title Bar that is quite large. I’d be grateful for the CSS to adjust its height.

    Thanks
    Christian

    #974865

    Hi,

    Thanks for providing that. Add this to quick css:

    .title_container .container{
    max-height:30px!important;
    }
    
    .main-title.entry-title{
    margin-top:-35px!important;
    }

    Adjust the values to what you need.

    Best regards,
    Jordan Shannon

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