• Resolved yauffray

    (@yauffray)


    Hello,
    I would like to increase the space between each block.
    I suppose that I need to modify this file :
    recent-posts-shortcode-widget/css/style.css

    What should I change ?
    Thanks
    Yann

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rajros

    (@rajros)

    Yes, that is the css file. However you can add these to your theme css file also:

    .rpscw-col {
    margin-right:3%;
    }

    .rpscw-col:nth-child(3) {
    margin-right: 0;
    }

    You can adjust the % or can use px as well. The 3rd element doesn’t need right margin so the nth-child css can be used.

    Plugin Author rajros

    (@rajros)

    Resolving this as haven’t heard further

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Size between 2 blocks RPSW’ is closed to new replies.