New Landing How can we help? Atelier Left-aligned hero title has no padding on iPhone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #186611
    NiO
    Member
    Post count: 233

    Hi Swiftideas,

    If you set the alignment of a hero heading to left, the title will have no padding on iPhone. So it hugs the side of the screen. This happens both in portrait and landscape orientation. Same goes for the sub title.

    Cheers,

    Johan

    #186946
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Johan,

    I can confirm this for the ‘Post Title’ => ‘Hero’ option.

    Please use the below code to adjust it, i’ll report this back for future improvements on the next update.

    @media only screen and (max-width: 479px) {
    	.page-heading.fancy-heading .heading-text {
    		padding: 25px;
    	}
    }
    
    @media only screen and (max-width: 767px) {
    	.page-heading.fancy-heading .heading-text {
    	  padding: 50px;
    	  margin-top: 0!important;
    	}
    }

    Thanks,
    David.

    #186948
    NiO
    Member
    Post count: 233

    Thanks David!

    #186985
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks David

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register