More white space between pictures in News Show Pro

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 04, 2014 4:09 pm
Reply with quote
Report this post
Please have a look here http://test.madonna.nl of the picture below.

I want more space between picture 1 and 2, and picture 2 -3.
So picture 2 moves more to the right and is aligned with the picture above it (see green line).

Thanks!

Image
User avatar
Gold Boarder

GK User
Fri Sep 05, 2014 9:08 am
Reply with quote
Report this post
This can be done but will not work in all browsers. Will that be acceptable for you?
User avatar
Moderator

Oscar F
Fri Sep 05, 2014 9:09 am
Reply with quote
Report this post
Hi,
all blocks in this module have this same padding value: padding: 0 20px 20px 0;
regardless of whether it is first or third block

that's why 3th has also right padding (20px)
User avatar

GK User
Fri Sep 05, 2014 9:13 am
Reply with quote
Report this post
Cyberek wrote:This can be done but will not work in all browsers. Will that be acceptable for you?


Yes, acceptable! Will you tell me how to do/make it?

Kind regards, GertJan
User avatar
Gold Boarder

GK User
Mon Sep 08, 2014 7:47 am
Reply with quote
Report this post
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
#nsp-nsp-134 .nspArt.nspCol3:nth-child(3n+3) {
    padding-right: 0px ;
}
#nsp-nsp-134 .nspArt.nspCol3 a.nspImageWrapper {
    margin-right: 0px !important;   
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron