How to center

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Sep 18, 2012 12:54 pm
Hi,

How can I center de Module or Image? As you can see its now on the left of the template and I want it in the centre of the template.

I think it has something to do with the Pagination of the module. I put it off but I think there is some space reserverd for it.

http://www.pimrozendaal.nl Home screen
User avatar
Senior Boarder

GK User
Tue Sep 18, 2012 1:03 pm
You can add following css to css/override.css and enable css override in template settings > advanced settings > css override "on".

Code: Select all
.gkIsWrapper-gk_cherrydesign .gkIsImage {
    float: none!important;
    margin-left: auto;
    margin-right: auto;
}


See you around...
User avatar
Platinum Boarder


cron