Cant cope with short words at the start of first paragraph - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMag Cant cope with short words at the start of first paragraph

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5467
    thaigerweb
    Participant

    If the first few words are 3 letters or less they get stranded to the right of the featured image on an ipad. For example if the first word is “A” or “the” etc the short words get stranded alone at the side of the featured image.

    I can fix this by using a 4 letter first word but in some cases that is not possible.

    I tried to attach a screenshot but cant see how to do that here

    #5469
    thaigerweb
    Participant

    It looks fine on PC and cell phone – just the ipad that is a problem

    #5468
    acmethemes
    Keymaster

    Hello thaigerweb,

    Yes we understand your issue, Please add following CSS in Custom CSS :

    @media (max-width: 1229px) {
    	.single .single-feat {
    		float: none;
    		padding: 0;
    		text-align: center;
    		width: 100%;
    	}
    }

    Let us know if this solve your problem.

    Best Regards
    AcmeThemes

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cant cope with short words at the start of first paragraph’ is closed to new replies.