Tagged: alignment, fixed frame, tab section
-
AuthorPosts
-
April 11, 2017 at 2:08 pm #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!
April 11, 2017 at 6:35 pm #776245Hey StuWeTueHo,
Thank you for pointing this out to us. We will update our developer team.
Thank you fro using Enfold :)
Best regards,
VinayJune 29, 2017 at 2:59 am #814181Thanks for sharing that solution.
There is another issue as well, this problem showed in this image causes a little misalignment- This reply was modified 7 years, 4 months ago by grafikero.
June 30, 2017 at 8:09 pm #815147Hi,
Yeap, that is also tracked down.
Tabs are something that will have some nice updates on the upcoming version!Best regards,
BasilisMarch 19, 2018 at 3:45 am #928849Hi,
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
March 19, 2018 at 3:09 pm #929090Hi Dražen,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardMarch 21, 2018 at 2:11 am #930209Hi Rikard,
This is the stretched layout state:
and this is the boxed layout state:
https://www.photobox.co.uk/my/photo/full?photo_id=500669142918Thanks
March 21, 2018 at 2:12 am #930210I pasted the website link, and it shows only an image.
let me try like this —https://sketch-22.com/2018ver/March 21, 2018 at 2:17 pm #930595Hi,
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,
VinayMarch 22, 2018 at 5:16 pm #931468ok, i switched to boxed layout now – https://sketch-22.com/2018ver/
March 23, 2018 at 7:08 am #931789Hi 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,
VictoriaMarch 24, 2018 at 8:09 pm #932465Thanks 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..March 27, 2018 at 3:36 am #933302Hi,
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 -
AuthorPosts
- The topic ‘Alignment issue with tab section & fixed frame’ is closed to new replies.