Align slide show with logo an main content.

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Sat Dec 01, 2012 12:06 pm
Hi,

On demo.alconweb.nl if have used the Real Design template for a project. The theme of the slide show is black & white. Now I want to align the slide show so that it is aligned with the logo and main content. Should not be that difficult I think?

Thanks,

Pat
User avatar
Senior Boarder

teitbite
Sat Dec 01, 2012 1:50 pm
Hi

Please add this code to css:

Code: Select all
.gkIsWrapper-gk_black_and_white {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1002px;
}
User avatar
Moderator

GK User
Sat Dec 01, 2012 11:48 pm
Thanks, that did the trick, after commenting out the original rule.
User avatar
Senior Boarder

teitbite
Mon Dec 03, 2012 1:58 pm
Hi

Och, yes. Sorry I should have advice to add "!important" rule at the end of lines which will force this code to be used and integration of an orginal script would not be required.
User avatar
Moderator

GK User
Sat Dec 08, 2012 5:52 pm
Hi,

I followed up below solution. My slider is nicely centered but..... now it only shows the first Slide, the second slide is not shown. When I put back the original code, the slider wors fine again. Can you please give some advice on how to fix this.

THanks.
User avatar
Senior Boarder

teitbite
Sat Dec 08, 2012 7:02 pm
Hi

Looks like this code is missing:

Code: Select all
.gkIsWrapper-gk_black_and_white .gkIsSlide {
    position: absolute;
}
User avatar
Moderator


cron