New Landing How can we help? Atelier Mobile Responsiveness Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #244461
    giu_gugl
    Member
    Post count: 39

    Hi All

    Thanks for your great work

    I’m suffering some issues related to the responsiveness of image and text on mobile device.

    – Text
    Portfolio items page heading
    (In both case I made a text code customization)

    – Images
    Swift Slider
    Home page content
    Portfolio content

    To be clearer I attached some screenshots from I phone 5.

    Have you any advice on how to sort that?

    Thanks
    gg

    Attachments:
    You must be logged in to view attached files.
    #245302
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    In your portfolio items, you have added this: font-size: 350%;. You will need to remove that, or override it with a media query:

    @media only screen and (max-width: 767px) {
    .heading-text h2 {
        font-size: 30px!important;
    }
    }

    This is the only issue I can see. Please clear your iPhone browser cache also.

    Thanks.

    #260199
    giu_gugl
    Member
    Post count: 39

    Sorted

    #260368
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.
    -Rui

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 one of the following items
Login and Registration Log in · Register