News Pro GK 5 bleeds off out of siight on left margin

GK User
Thu Sep 11, 2014 5:13 am
I use Storefront with NewsProGK5 in mainbody bottom position. Images loose about 5 px and text the same so that most of first letter is missing on left side of site.

Is there a way to move margin to the right by say 10 px so that all content of NewsPro GK 5 is visible. www.speedrealestate.com.au
User avatar
Fresh Boarder

GK User
Thu Sep 11, 2014 6:06 am
Enable override.css in your template params and add this code:

.nspArt p.nspText {
padding-left: 5px !important;
}

You can change the 5px if you would like more space on the left side.
User avatar
Gold Boarder

GK User
Sat Sep 20, 2014 9:41 am
devsmi wrote:Enable override.css in your template params and add this code:

.nspArt p.nspText {
padding-left: 5px !important;
}

You can change the 5px if you would like more space on the left side.



Thank you
User avatar
Fresh Boarder

GK User
Sat Sep 20, 2014 5:02 pm
Welcome :)
User avatar
Gold Boarder


cron