decrease grid space

Viewing 7 posts - 1 through 7 (of 7 total)
  • #18886
    Geri
    Participant

    Hi!

    I’m tryin to decrease the borders in the grid.
    Basicly I want to make the white space around the thumbnail a bit smaller.

    Searched the forum here and the Internt – couldn’t find a code that worked…

    Any help?

    Thnx
    Greets
    Geri
    My site: http://www.geri.at/wordpress/

    #18911
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    .threecol .entry-container {
    	padding: 4.3%;
    }

    You can play around with the 4.3 value until you obtain a desired result.

    You may also want to add this:

    .threecol .entry-title {
    margin-bottom: 0;
    }

    #18914
    Geri
    Participant

    Thnak you for your quick answer,
    but the code does not take effect on the layout.
    What I’m doing wrong?

    #18930
    Daniel Tara
    Keymaster

    i’m not seeing the code on your website.

    #18944
    Geri
    Participant

    Yes, I removed it afterwards…

    It took effect, but only on the label (the picture title).
    the margin did change inside. But what I ment was the gap between the posts in gridview…

    Any clue?

    Regards
    Geri

    #18950
    Daniel Tara
    Keymaster

    I’m sorry, I misunderstood. This is the code you need to play with:

    .threefourthcol .threecol .entry {
    	margin: 7.5%;
    }
    #18960
    Geri
    Participant

    Perfect!

    Thank you very much…!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.