Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1028208

    Hello, i am trying to space the five colored columns of the Grid Section that is under the first section 10px from each other (no spacing on the far left or right of the window.

    Is this possible?

    #1028235

    Hey HostageMedia,

    Add this to quick css:

    .avia-builder-el-17, .avia-builder-el-20, .avia-builder-el-23,.avia-builder-el-26{
    border-left-width:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1028313

    Hello and thank you. However, that only added the 10px after the first of the columns, the others are still 1px.

    #1028581

    Hi,

    Hmm it seems the classes changed. Please try the following instead:

    	.avia-builder-el-26, .avia-builder-el-29, .avia-builder-el-32, .avia-builder-el-35{
    border-left-width:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1028602

    Great, thank you — worked great. How can i avoid changing them again? Possibly changed when i added some other stuff to the page, im guessing?

    #1028611

    Hi,

    They generally should be static so its odd that they changed. If they change again then we can try and force custom classes on them and base the code off that:

    Best regards,
    Jordan Shannon

    #1029323

    they changed again, looks like. i didn’t do anything to that grid row, just added something above them.

    thanks in advance!

    #1030000

    Hi,

    Alright, have you view the link posted above? We may have to give it a static class.

    Best regards,
    Jordan Shannon

    #1030002

    Hi Jordan, how do i give it a static class and what would the updated css be? Please advise.

    I looked over the link, yes, but not sure how making a template applies. just let me know. j

    #1030098

    Hi,

    This doc should show you how to add a class id to any ALB element:

    We would update the css based on the class name you give it so we have to do that first.

    Best regards,
    Jordan Shannon

    #1031360

    Sorry for the slow reply,
    I gave the Grid Row an ID or “tile-row”. Doesn’t look like i can ID the cells themselves.

    #1031805

    Hi HostageMedia,

    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

    
    #top div .no_margin.avia-builder-el-22,
    #top div .no_margin.avia-builder-el-28,
    #top div .no_margin.avia-builder-el-25,
    #top div .no_margin.avia-builder-el-31 {
      border-right: 10px solid #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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