Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #973075

    On my page http://spadeconsult.com/insights at the top there is a section called BLOG with 3 posts

    how do I remove the space between the posts and just have a vertical line like my screenshot – https://imgur.com/a/w09Orq3

    #973081

    Hey navindesigns,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 767px) { 
    .avia-content-slider.avia-content-grid-active.avia-content-slider1 .slide-entry.flex_column.av_one_third {
        margin-left: 0%!important; 
        width: 33.3% !important; 
    }
    }

    Best regards,
    Mike

    #974067

    That works but I need to add a 1 px border around each one like my mockup

    Thanks

    #974236

    Hi navindesigns,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? There might be the border option in the element options.

    Best regards,
    Victoria

    #974334

    here you go

    Thanks!

    #974700

    Hi navindesigns,

    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

    
    @media only screen and (min-width: 768px) {
      .flex_column.av_one_full.flex_column_div.avia-builder-el-7 .slide-entry.flex_column.post-entry {
        border: 1px solid #cccccc5e;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        min-height: 550px;
      }
    
      .flex_column.av_one_full.flex_column_div.avia-builder-el-7 .slide-content {
        padding: 5px 7px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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