Tagged: columns, enfold, margins, row settings
-
AuthorPosts
-
June 15, 2018 at 9:30 pm #973436
Is there a way to remove the “Row Settings, These setting apply to all columns in this row and can only be set in the first column.” feature? I have a 1/3 column next to a 2/3 column and I want the 2/3 column to have a different top margin so that the columns aren’t aligned.
June 16, 2018 at 7:04 am #973550Hey philipGCI,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonJune 18, 2018 at 6:52 pm #974408http://www.lawandforensics.com/full-bio-temp/
- This reply was modified 6 years, 5 months ago by philipGCI.
June 18, 2018 at 7:24 pm #974422Hi,
You would want to add the following to quick css and adjust the margin:
.flex_column.av_two_third.avia-builder-el-2{ margin-top:30px!important; }
Best regards,
Jordan ShannonJune 18, 2018 at 7:36 pm #974432Hi Jordan,
The css you provided had no effect
June 18, 2018 at 7:51 pm #974443Hi,
Did you add to the very top of quick css so that it runs first and also clear your cache a few times over.
Best regards,
Jordan ShannonJune 18, 2018 at 9:59 pm #974484Hi,
Sorry I wasn’t clear on which column margin I wanted changed, I’ve fixed what I wanted to now. Another question though, how can I make my tab element tabs span the entire width of the column they are in, instead of being fixed size on the left. This is on the same page as before.
I tried myself but I cannot figure out how to change the width of the tabs for the specific element on this page.- This reply was modified 6 years, 5 months ago by philipGCI.
June 18, 2018 at 10:19 pm #974490Hi,
This will push all your tabs down, but here is the needed code:
.tab{ width:100%!important; }
Best regards,
Jordan ShannonJune 18, 2018 at 10:24 pm #974494I think I didn’t explain well. I want the tabs to still be on one horizontal line, but the tab tiles to be equal width so they span the column width of the column the tab element is in. I achieved this messing around with inspect but I’m not sure what css to add. I only want to do this on this page http://www.lawandforensics.com/full-bio-temp/
June 18, 2018 at 10:31 pm #974501Hi,
Thanks for clarifying. Try this:
.tab{ width:25%!important; }
Best regards,
Jordan ShannonJune 18, 2018 at 10:38 pm #974505I had done that, but I only want this to affect the tabs on the page I specified.
June 18, 2018 at 11:03 pm #974534Hi,
Adjust to the following:
.page-id-7356 .tab{ width:25%!important; }
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.