• Resolved cindyrogers

    (@cindyrogers)


    This is happening on all my pages. As you can see there is a blue strip towards the top of the page that shows the page title and then to the right the breadcrumbs. Also as you can see….you cannot see the whole title etc. It drops below. Where can I go to edit this? I have looked at the theme code and have found the code but have not been able to find the correct code to edit. Nothing I change seems to make the difference I need.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The page title section height is defined/set via css and thus cut off the rest, you need to make the height auto. Try:

    .page-title-section {
        height: auto!important;
    }
    
    Thread Starter cindyrogers

    (@cindyrogers)

    That fixed it, thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page title has fallen below readable area’ is closed to new replies.