Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #896160

    Hi to everybody,
    I have a problem with the texts of a section of my site that on tablets are seen superimposed, I leave the link to see the problem:
    http://www.lineaitalianaimpianti.it/contatti/

    Can someone help me to solve it?

    It also does this in the footer widget

    Thank you so much for help
    Best regards
    Ilaria

    #896441

    Hey Ilaria77,

    First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    If not then please post a screenshot of the issue, as I’m not sure I understand the problem fully.

    Best regards,
    Rikard

    #896556

    Hi Rikard,
    I have update the version but the problem remains, How can I send you a screenshot?

    If you also reduce the window on a computer in the contact page, the email of the person es: (Email address hidden if logged out) , overlaps the box next to the colleague.

    I hope I have explained otherwise tell me how I can load the screnshot

    Thank you so much
    Best regards
    Ilaria

    #896777

    Hi,
    To add a screenshot please try uploading to Postimage.org and pasting the url with your comments.
    I believe I see your issue, please see screenshot in Private Content area.
    To solve I recommend Turn on Custom CSS Class field for all ALB Elements and adding a custom class to your 1/4 columns, such as “teamit” then change the padding from 50px to 0px, and change the link font-size to 10px, so the long email address will fit on one line.
    I would use media queries such as this:

    @media only screen (min-width: 774px) and (max-width: 1439px) { 
    .your-custom-class {
    padding: 0px !important;
    font-size: 10px !important;
    }
    }

    Mike

    #897517

    Hi Mike,
    thank you a lot,
    I solved the problem thanks to your help!!!
    Thank you so much!!!
    Ilaria

    #897602

    Hi Ilaria,

    Glad to hear that. Thanks for using Enfold! :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text box’ is closed to new replies.