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
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
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
Sorry, couldn’t figure out how to attach the screenshot
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
Thank you very much!