New Landing How can we help? Atelier Contact page bug report

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #208726
    xdev
    Member
    Post count: 114

    I was trying to replicate one of your contact pages and I noticed a bug.

    http://swiftideas.com/pages/contact-alt/

    When resizing the window some of the text( both title and body ) gets covered. When titles are longer the problem is more obvious…most of the title gets truncated. Attached screenshot. Any idea on how to fix this?

    PS: tested on latest chrome & firefox

    Attachments:
    You must be logged in to view attached files.
    #208764
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am not able to get this issue at my side as i tested at my desktop. How can i replicate this issue?
    Thanks
    Mohammad

    #208765
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 1024px) {
    .title-wrap,h4.spb-heading, h3.spb-heading, h4.lined-heading, .gform_heading h3{
    overflow:visible !important;
    }
    }

    Thanks
    Mohammad

    #208767
    xdev
    Member
    Post count: 114

    It’s simple to replicate:

    Enter this page: http://swiftideas.com/pages/contact-alt-2/
    and then RESIZE the window slowly until you see the problem. ( both chrome and firefox…same problem ) …and the text on the right will get covered.
    On you demo it’s not that obvious because the title: OPENING HOURS is not that long. Try to add one more word in that title and you will see the problem more clearly.

    #208768
    xdev
    Member
    Post count: 114

    Nope..problem is still there after adding the custom cSS. It’s the titles that get crushed instead of going on multiple rows.

    #208783
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Code should work perfect. Can i check your website?
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.