Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1055428

    Hi, i have set a column border on two columns.
    There is only a general setting for all borders, but i want it customized to have no border on one side of the column.

    This is what I want it to look like (its an image right now): https://monosnap.com/file/uy0zzWUXCdSRg9G6Ea5PRvXn3FMo17
    This is what I got building it with Enfold: https://monosnap.com/file/Yzqu0SMgqyTQmXCWGNU1DJdG2A9ACj

    What CSS do i need to add to target these 2 columns and set the right border (of left column) to zero, and the left border (of the right column) to zero?

    thanks!

    #1055774

    Hi rollfroyce

    I think you can just go the element settings from the left column and select “don’t display space between columns” there.
    This should already solve your issue if I am not mistaken.

    Cheers
    Michael

    #1056036

    Hi rolfroyce,

    Thanks for the screenshots, though the page you linked to leads me to a 404 page. Could you check the URL please?

    Best regards,
    Rikard

    #1056241

    here

    #1056463

    Hi rolfroyce,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.page-id-13684 #av_section_1 .av_one_half.avia-builder-el-first {
        border-right: none !important;
    }
    
    #top.page-id-13684 #av_section_1 .av_one_half.avia-builder-el-last {
        border-left: none !important;
    }

    Best regards,
    Nikko

    #1056654

    thanks works!

    #1056672

    Hi rolfroyce,

    Glad that we are able to help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Border on column, not on all sides’ is closed to new replies.