Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1427982

    Dear KRIESI-Team,

    I’ve recently had the problem that the tab section on my mobile phone is no longer displayed correctly centered. The images and texts are running out of format > (see link 1)

    There is also a tab section on the home page, which continues to be displayed on the mobile phone without any problems (see link 2)

    It would be great if you could help me, thank you in advance for your help.

    #1428003

    Hey trancevisionyoga,

    Could you try updating the theme to the latest version (5.6.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1428102

    Hey Rikard,

    enfold is now running on the latest version (5.6.9) , but most tab sections (see LINK 1) are still not displayed centered on mobile phone – they run out of the display…

    Thank you & best regards :-)

    #1428303

    Hi,
    Thank you for the link to your site, I see that your tab images are large and the title font is also large for all of the tabs to fit on a small mobile screen, the tabs are designed to float off of th screens so the images and text can be large.
    But if you want them to all fit on the screen try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .av-tab-section-tab-title-container .av-tab-section-image {
    	width: 80px;
    }
    #top .av-section-tab-title {
        padding: 10px 5px 0px 5px;
    }
    .av-tab-section-tab-title-container .av-inner-tab-title {
        font-size: 12px;
        word-break: break-all;
    }
    }
    

    I tested this on a 425px screen size, please see the screenshot in the Private Content area, if you have a smaller screen feel free to adjust the values smaller to suit your needs.

    Best regards,
    Mike

    #1428380

    Hello Mike,
    thank you very much for the code, I used it, it works great, but the problem was different, so I removed the code again – sorry for the misunderstanding!
    PROBLEM: if, for example, you press on page > AKADEMIE > Tab section > the ATEMUPGRADE photo on mobile phone, the information opens below with a picture and a longer text. This content (text + image) runs out of the format > it is not displayed centered (see screenshot). What’s strange is that until recently the tab section was displayed without any problems…?!
    There is also a tab section on the HOME PAGE, which works without any problems – it is displayed centered.
    Best regards,
    Bine

    #1428506

    Hi,
    Thank you for your patience and explaining further with the screenshot, the error seems to come from a line of numbers in the first tab:
    29.06./30.06./31.08./01.09./05.10./06.10./16.11./17.11.2024
    on the mobile screen size this line is not wrapping so the first tab section is stretching into the second tab, please see the screenshot in the Private Content area.
    I believe the reason for this is that there are no spaces in the line, so there is no natural place for a line break and wrap the text.
    Please add a space somewhere in the line, perhaps after each date.

    Best regards,
    Mike

    #1428514

    Dear Mike,
    you have an eagle eye! The problem has been solved; as you wrote, it was due to the long line without the possibility of wrapping. Thank you very much!
    Best regards,
    Bine

    #1428532

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Tab section on mobile has recently stopped working properly’ is closed to new replies.