Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #973550

    Hey philipGCI,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #974408

    http://www.lawandforensics.com/full-bio-temp/

    • This reply was modified 5 years, 10 months ago by philipGCI.
    #974422

    Hi,

    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 Shannon

    #974432

    Hi Jordan,

    The css you provided had no effect

    #974443

    Hi,

    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 Shannon

    #974484

    Hi,
    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 5 years, 10 months ago by philipGCI.
    #974490

    Hi,

    This will push all your tabs down, but here is the needed code:

    .tab{
    width:100%!important;
    }

    Best regards,
    Jordan Shannon

    #974494

    I 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/

    #974501

    Hi,

    Thanks for clarifying. Try this:

    .tab{
    width:25%!important;
    }

    Best regards,
    Jordan Shannon

    #974505

    I had done that, but I only want this to affect the tabs on the page I specified.

    #974534

    Hi,

    Adjust to the following:

    .page-id-7356 .tab{
    width:25%!important;
    }

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.