Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #776034

    I just found a small css bug. It only appears if you use the tab section in combination with a fixed frame. The content of the tab section gets pushed to the left.

    The problem is the following css line:

    .boxed .av-layout-tab-inner .container, .av-framed-box .av-layout-tab-inner .container, .html_header_sidebar .av-layout-tab-inner .container {margin: 0;}

    Here is an easy fix for this problem:

    .boxed .av-layout-tab-inner .container, .av-framed-box .av-layout-tab-inner .container, .html_header_sidebar .av-layout-tab-inner .container {margin: 0 auto;}

    Maybe you could integrate the fix in the next theme update? Thanks!

    #776245

    Hey StuWeTueHo,

    Thank you for pointing this out to us. We will update our developer team.

    Thank you fro using Enfold :)

    Best regards,
    Vinay

    #814181

    Thanks for sharing that solution.
    There is another issue as well, this problem showed in this image causes a little misalignment

    margin not fixed framed

    View post on imgur.com

    • This reply was modified 7 years, 4 months ago by grafikero.
    #815147

    Hi,

    Yeap, that is also tracked down.
    Tabs are something that will have some nice updates on the upcoming version!

    Best regards,
    Basilis

    #928849

    Hi,

    I’m having exactly the same issue when using the boxed layout. I tried pasting this code into custom css box, but it gives blank tabs instead of left pushed. Can you help me out?

    Thanks,

    Dražen

    #929090

    Hi Dražen,

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

    Best regards,
    Rikard

    #930209

    Hi Rikard,

    This is the stretched layout state:

    and this is the boxed layout state:
    https://www.photobox.co.uk/my/photo/full?photo_id=500669142918

    Thanks

    #930210

    I pasted the website link, and it shows only an image.
    let me try like this —https://sketch-22.com/2018ver/

    #930595

    Hi,

     I checked your site but couldn’t find the tab section on the boxed layout. Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :) 

    On the other page, the tabs are working as intended. Please let us know exactly what is the issue you are facing and how we can reproduce it so we can help you better.

    Best regards,
    Vinay

    #931468

    ok, i switched to boxed layout now – https://sketch-22.com/2018ver/

    #931789

    Hi the_soundtouchables,

    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

    
    .boxed .av-layout-tab-inner .container {
        width: auto !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #932465

    Thanks Victoria, it worked!
    I’ve got another problem though – my videos in the easy slider look like this – https://sketch-22.com/2018ver/#videos
    Regardles if it’s in tab section or not..

    #933302

    Hi,

    Glad it worked!

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Alignment issue with tab section & fixed frame’ is closed to new replies.