Jump to content

Aero Slider Installation


Recommended Posts

Hello,

 

I brought the Aero Slider 2.3 and installed it on my store (Prestashop 1.4.7.0) Book Theme - PRS020046

When I add a slider to the home page it does not put it in the slider space but put it at the bottom of the page.

How can this be fix.

 

Thanks in advance

LaterB

Link to comment
Share on other sites

Thanks for the link. I see your problem now. The two banners you have on the left side are hooked in the header. This is pushing your whole site down below them.

 

I would hook those banners in your left column (you will need to restyle them). This should fix the other columns.

 

Hope that helps!

 

Marty Shue

Edited by Carolina Custom Designs (see edit history)
Link to comment
Share on other sites

  • 1 month later...

The first thing you need to do is change the size of your header.

#index #header {
   height: 527px;
}

 

Change to

#index #header {
   height: 215px;
}

 

Then you need to move your slider above the featured products module in your hooks. You will then have to adjust the slider to fit in your center column.

 

Hope that helps!

 

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...