Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #557979

    Hi,

    I am currently “showing the title only” on pages but I prefer to remove the titles and have them above the page content instead. BUT, I would like to keep the background of the title field at around 10px in height. It is a very nice divider between the header and the main content areas. The container for the title itself is set to something like a minimum height of 56 px and I can’t figure out how to adjust. Is there a better way?

    Thanks,
    Pete

    #558027

    Hey Pete,

    Could you post a link to your site so that we can have a look please? A screenshot highlighting the changes you would like to make might help as well.

    Regards,
    Rikard

    #566471

    Hi, here’s a link: http://www.potomacfinancialpcg.com/estate-planning/

    Screenshot attached also. I just want the blue title bar between the header content and the body to be more narrow.

    Thanks,.
    Pete

    #566472

    Sorry, couldn’t figure out how to attach the screenshot

    #566711

    Hi,

    Please try adding this to Quick CSS and adjust the values to your liking:

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

    You can upload screenshots to services like imgur.com or similar and then link to them here.

    Best regards,
    Rikard

    #571866

    Thank you very much!

    #572571

    Hi,

    You’re welcome, glad we could help :-)

    Cheers!
    Rikard

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