Problems after resize of browser window

Hi,
If I reduce the browser window size horizontally then the “Today highlights” module shifts under the slideshow, in a very ugly way.
You can try it at http://bookshop.demo.ubertheme.com/
Is this solved in the new version of theme (1.0.5)? If not could you correct it?
Thanks,
András

3 answers

Profile photo of Ziven Staff 100280.00 $tone June 15, 2015
Public

@tanczos,
Thank for report the issue. 
Please try go to the file: skin/frontend/default/jm_book/joomlart/jmslideshow/css/jm.slideshow.css at line 20 and add new property like under:

.jm-slide-main-wrap {
overflow: hidden;
position: relative;
z-index: 1;
width: 100% !important;
}

and go to the file: skin/frontend/default/jm_book/css/layout-normal.css at line 71 and change property like under:
 

#jm-tops1 .block-slideshow.col-1{
width: auto -> width: 660px;
}

Best Regards,
Ziven.
 
 
 

#3

Please login or Register to Submit Answer

Written By

Comments