New Landing How can we help? Atelier Page Heading Not Displaying Title on iPad

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #250595
    shawnaleighdesigns
    Member
    Post count: 15

    If you go to the site link using an iPad, the heading title is being cut off and I can’t figure out how to make it display normal. All I did CSS-wise was change the color and the font size. Can you assist? Thanks!

    #250640
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Showing fine for me: http://d.pr/i/188N6/51fXUcXh

    – Kyle

    #251207
    shawnaleighdesigns
    Member
    Post count: 15
    This reply has been marked as private.
    #251253
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 768px) { 
    .page-heading.fancy-heading {
      padding-top:0;
      padding-bottom: 0;
    }
    }

    – Kyle

    #251321
    shawnaleighdesigns
    Member
    Post count: 15

    I think it worked! Thanks for your help!

    #251330
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Kyle.
    Mohammad

    #252419
    shawnaleighdesigns
    Member
    Post count: 15

    Hi again,

    I hate to be a bother. For some reason it’s working on my iPad mini in portrait mode but when I turn it to landscape, it still shows the heading at the bottom of the page heading container. I tried to play around with it some more and can’t seem to get it to budge at all. Can you look into this one more time for me? Or even just give me some references so I can maybe figure it out/play with it some more? I hate asking for outside help but when I get to a point where it’s taking too long and I’m not getting anywhere, I need some sort of assistance.

    Hope this isn’t a problem and thanks!

    #252541
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 768px) { 
    .page-heading.fancy-heading {
      padding-top:0 !important;
      padding-bottom: 0 !important;
    }
    }

    Thanks
    Mohammad

    #252655
    shawnaleighdesigns
    Member
    Post count: 15

    Hello again,

    I tried that code and it still didn’t work.

    #252676
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The css code I gave you:

    @media only screen and (max-width: 768px) { 
    .page-heading.fancy-heading {
      padding-top:0;
      padding-bottom: 0;
    }
    }

    Change to :

    @media only screen and (max-width: 1024px) { 
    .page-heading.fancy-heading {
      padding-top:0;
      padding-bottom: 0;
    }
    }

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register