Block in home page do not work as demo

Hello,

I have added the blocks in positions 5 and 6, plus the slider on the top of home page, and when the window is resized or on mobile devices, the blocks do not behave in the same way as they do on the demo site.

I have followed the instructions listed under the documentation but i was not able to identify the reason.

Any help?

http://www.redelo.com

4 answers

Profile photo of Seoki Lee 1510.00 $tone April 10, 2014
Public

Please go to admin: CMS/Static Blocks, click on "position-5", replace this code:

Code:

<div class="static-top bg-static-4">

With:

Code:

<div class="static-top bg-static-3">

And open the file ../skin/frontend/default/jm_crafts/css/layout-tablet.css

At line 80. replace this rule:

Code:

.bg-static-3 img {
    height: 365px;
    width: 100%;
}

With:

Code:

.bg-static-3 img {
    height: auto;
    width: 100%;
}

Hope this helps.

#1

Please login or Register to Submit Answer

Written By

Comments