Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #624201

    Hallo,

    wie bitte kann ich die Linien um die Bildern entfernen?

    Vielen Dank für die Hilfe im Voraus.

    Gruß Jörn

    • This topic was modified 8 years, 6 months ago by joernbaenfer.
    #624234

    Hey joernbaenfer,
    I guess you are talking about the 1px margin between each portfolio item?

    Add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:

    #top .grid-entry .inner-entry {
        margin-right: 0px;
    }
    

    If you want to get rid of the border around the portfolio title as well also add this:

    #top .grid-entry .inner-entry {
        box-shadow:none;
    }
    

    Best regards,
    Kriesi

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