Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #940955

    Hello,

    can someone tell me why the content in a tab section is not displayed in the middle? If I push the browser window together, it is sometime in the middle, I pull on further, it remains hinged left. I used the same settings everywhere and there are no empty boxes or different distances set. Can it be that there is a malfunction in the current Enfold here?

    Best regards,
    Martin

    #941446

    Hey Martin,

    There is a rule limiting the max-width of the container and so it needs to be adjusted.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-framed-box .av-layout-tab-inner .container {
        max-width: 1410px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #941626

    Hi Victoria,

    i have the same problem, and the fix doesnt work.

    i put TAb Section (3 tabs) they are fullwith in the middle -> great.
    But the content (3 slider, one each tab) is left :(

    Best Regards
    Anton

    #941826

    Hi beste_medien_werbe_agentur,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #941866
    This reply has been marked as private.
    #941875

    Hi there,
    In the tabs section, I have put horizontal galleries.
    Some of these galleries only have 1 or 2 images and they are over on the left hand side.
    Is there any way of centralizing these?
    Many thanks
    Helena

    • This reply was modified 6 years, 7 months ago by hbourdillon.
    #941951

    Added to that….
    When viewing the tabs/horizontal gallery (before you click to enlarge) on a mobile, It shows the middle of the image. Is it possible to have it show the top of the image instead?
    Thanks

    #942485

    I have tried it now (first in Enfold, then in CSS) and nothing has changed. The contents are still posted on the left.

    #942591

    Kriesi has my link (private), i think they will have a solution today ;)

    #942875

    Hi,


    @m_reiprich
    : The tab section looks fine on my end. Could you provide a screenshot? Use imgur or dropbox. The images are center aligned because of this css declaration.

    .avia-image-container.avia-align-center .avia-image-container-inner {
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
    }

    Best regards,
    Ismael

    #943033

    Hello,

    Unfortunately that does not look good, as the text with the picture should be in the middle of the white box. If you open the browser window on the page you can see the problem. Please look at my screen.
    Should the code be built into Enfold> General Styling> Quick CSS? I tried that, unfortunately without success.

    Best regards,
    Martin

    #943052

    @enfold April 14, 2018 at 10:40 am <- i posted a link with the same problem like m_reiprich,

    or i missed the problem and i should create a new thread?

    #943967

    Hi,

    Thank you for the info.

    This css code should work.

    #top .av-layout-tab-inner .container {
        margin: 0 auto !important;
    }

    Don’t forget to remove browser cache prior to testing the page.

    Best regards,
    Ismael

    #943969

    Thank you very much, it works!

    #944105

    not 100% in the middle (little bit too right). [you can see it, with smaler resolutions].

    BUT: That is good enough, thank you!

    #944997

    Hi,

    Glad it worked. :)

    not 100% in the middle (little bit too right). [you can see it, with smaler resolutions].

    Try to move the container to the left with the “left” css property that is set to a negative value.

    #top .av-layout-tab-inner .container {
        margin: 0 auto !important;
        left: -25px;
    }
    

    Best regards,
    Ismael

    #945285

    i tryed it with:

    #top .av-layout-tab-inner .container {
    margin: 0 auto !important;
    left: -2%;
    }

    working good! It would be better -1,8%; but as i see only FullNummbers working.

    THaNK YOU!

    #945722

    Hi,

    Awesome! Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Tab Section?’ is closed to new replies.