Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #851690

    On my website the text is not shown entirely on mobilephones sometimes not on pc Either.
    Ïs there a Resize option to fix this ?

    #851772

    Hi,

    You can edit elements to change font sizes or go to Enfold theme options > Advanced Styling and edit elements manually. If there is a certain section you would like to edit on your page, please point it out.

    Regards,
    Yigit

    #851849

    It is basically the first headline of every page that needs to fit the screen. Meaning the text does.

    I have pages where the same layout as the first headline is used further down the page.

    Also here I need it to be resized.

    Am I explaining OK?

    #852037

    Hi,

    I checked your website on my iphone and tried resizing browser window however i cannot reproduce the issue. I attached a screenshot in private content field. Could you please post a screenshot and show the issue you are seeing? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #852040

    The issue is there if I browse to the website on an iphone 5 or 5 S.

    If not on the frontpage please try on of the other pages.

    #852060

    Hi,

    Please edit your element and go to “Screen options” tab and decrease font size for mobile devices – https://i.imgur.com/DL2XWDX.png

    Best regards,
    Yigit

    #852062

    But then it also gets smaller on eg. iphone 7 plus is there no general resizing?
    The solutions means i have to go into every page where I use this field.

    #852083

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .av-mini-font-size-45 {
        font-size: 30px !important;
    }}
    

    Best regards,
    Yigit

    #853478

    I added it but it is still not resized on this page

    Problem is on iPhone 5s

    #854370

    Hi,

    That is because defined font sizes here – https://i.imgur.com/DL2XWDX.png. If custom CSS code did not work, i am afraid you are going to need to edit each page and set font size to 30px on mobile devices.

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.