Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1048774

    Hi, I have a masonry gallery with 1px line between the columns and I want to know how to add the same 1px white line above the gallery?

    Thanks.

    #1048824

    Hey DROR,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-93588 #wrap_all #main #av_section_2.avia-no-border-styling {
        border-bottom-style: solid !important; 
        border-bottom-color: #fff !important; 
    }

    Best regards,
    Mike

    #1048826

    Hi Mike, that adds a border to the top and on the right side and it’s bigger than 1px.

    how can I make it 1px and make it show only above the gallery and not to the right of it?

    Thanks.

    #1048866

    Hi,
    To make the border 1px, try this css:

    #top.page-id-93588 #wrap_all #main #av_section_2.avia-no-border-styling {
        border-bottom: 1px solid #fff !important; 
    }

    but the side border was there before this css:
    2018-12-23-123907
    To correct, please try this css:

    #top.page-id-93588 #wrap_all #main #av-masonry-1 .av-masonry-container.isotope {
        width: 101% !important;  
    }

    Best regards,
    Mike

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