Slideshow out of place?

Permalink
Using 5.6.0.2, Greek Yogurt. Trying to place slideshow on front page results in image area going to top of page and covering navbar and logo. Same thing with both generic "slideshow" and "Power Slider Lite".www.www.rockywallretainingwalls.com....

Any help?

Thanks.

 
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Try to put the below css into your main.css at line no 16.
div#main-container #header-image {
    min-height: 12px;
    clear: both;
}


Hope this will help.

Rony
pnguine replied on at Permalink Reply
Thanks. Tried that - didn't work. Tried this:
div#main-container {
   margin-top: 0;
   margin-bottom: 0;
   box-shadow: 2px 0 8px 0 #b2b9c1;
   clear: both;
}

from line 10 - didn't work either. Tried FF, IE and Chrome.
ronyDdeveloper replied on at Permalink Reply 1 Attachment
ronyDdeveloper
I can see that the slider is not overlapping now. Its perfectly situated there. Do you mean the full width slider? Otherwise it is OK here. I'm attaching a screenshot that I can see in my end.

If you can't see the exact like mine, clear your browser cache & try again.

Rony
pnguine replied on at Permalink Reply
Rony,

Thanks but I just moved it into the main content area for now. I agree it looks ok but I would like it to be in the image area so it would stretch the full width of the layout. Our product is new and it's main claim to fame is it's visual, aesthetic appeal so we need to show it off as much as possible. It does seem a little odd that one image can go in there but a bunch of images won't. I've tried to look at the css when the slideshow was installed but there were too many wrappers with too long names for me to make an attempt to fix it.
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
I can understand your requirement but it is difficult to explain. If you want, you can PM me the admin panel username/password. I can fix this for you. Though it is up to you.

Rony
pnguine replied on at Permalink Reply
Many thanks Rony. How do I do a pm here?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Go to my profile & click on the Send Message button.
pnguine replied on at Permalink Reply
Thanks Rony - it looks great. Could we post what you did in case someone else has the same situation sometime?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
The first reply that I've posted previously has solve this. That is clear: both;

Make this as best answer if it helps you.

Rony
pnguine replied on at Permalink Reply
Funny thing is, I really did try that (in main.css in the greek yogurt theme folder) and it didn't make a difference. I even cleared the FF cache and tried different browsers. I see reference to the c5 cache in other posts, maybe I should have cleared that? Or else I just did something stupid (would have been a first :-) ). Anyway, thanks again.