• I have a white bar appearing over the titles of my Featured Items on the Home Page and also across my Blog Page Title on the blog page when viewing the site on a mobile device in portrait mode. The white bar goes away when viewing in horizontal mode.
    Can you please tell me how to get rid of this white bar being overlayed on the titles?

    https://www.centralcoastcounsellor.com.au

    Currently in coming soon mode

Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to make the site publicly visible, so that I can give you some suggestion.

    Thread Starter elynpatrick

    (@elynpatrick)

    Done – I’ve made it public so you can see now

    Try this:

    .page #masthead .container {
    	border-bottom: none;
    }
    
    #showcase .showcase-item img {
    	display: block;
    	width: 100%;
    }
    
    .section-title span {
    	display: block;
    	line-height: 1;
    }
    Thread Starter elynpatrick

    (@elynpatrick)

    Perfect – thank you ?? Appreciate your quick support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White bar appears on mobile over titles’ is closed to new replies.