Tagged: 

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

    I’m having a little layout problem. I’m building a website but I can’t get rid of a 1-pixel horizontal line right after a Masonry Gallery. I have checked all settings and can’t find where the problem is.

    The problem is on the home page of the website on the private content. It’s happening between the first Masonry Gallery and the 2-collumn section below it.

    #767948

    Hey octaviosalles,

    Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .av-inner-masonry {
    margin-right: 0;
    }
    

    Best regards,
    John Torvik

    #768115

    I have added the code to quick CSS but there was no change. The line is showing at the bottom of Masonry. I have tried to change the code to margin-bottom but still no change.

    #768363

    Hi octaviosalles,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .container_wrap {
    border-top-width: 0px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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