How to increase slideshow width

Hi,

How can change the width of the slideshow by hiding that image on right.see the screenshot

http://awesomescreenshot.com/0e821vqjdd

its like creating two columns into one.but not the all.only for the slideshow area.black Friday and other image i like to view as same.

Thanks

9 answers

Profile photo of Sherlock 0.00 $tone December 6, 2013
Public

Hi mate,

In your back-end you can go to edit the static block of Black Friday there you would see the defined block for jmslideshow as well asl the banner image beside it.

#1
Profile photo of tomc 0.00 $tone December 6, 2013
Public

Hi,

I got it.but it cannot make one block upper and two after that as you can see attached screen shot.

A little confused by your description above . . . Were you not asking how to not display the block to the right of the slideshow?

#3
Profile photo of Jayasri Ruwanpura 0.00 $tone December 6, 2013
Public

Hi tom,

i mean like this.now you can see in slideshow row there is advertisement image displaying.so i need to use that width also for the slideshow.after the slideshow there is blackfriday and another ad image which is i need to keep as same.so its normally like in slideshow its is only one block.and its bottom there is two blocks.see this

http://awesomescreenshot.com/0e821vqjdd

the read area is need to display as one block.i remove image from codings but bottom image comes up.so that why i need how to get it.

Thanks

#4
Profile photo of Sherlock 0.00 $tone December 9, 2013
Public

Hi mate,

you can try to replace the block’s content by this content

HTML Code:

 <div class="col-1">
<div class="block vertical-mega-menu">
<div class="block-title"><strong>Categories</strong></div>
{{block type="jmmegamenu/jmmegamenu" name="catalog.topnav12" output="toHtml" }}</div>
</div>
<div class="col-2">
<div>{{block type="joomlart_jmslideshow/list" name="home.jmslideshow.list" }}</div>
<div style="width: 63%; float: left;">{{block type="joomlart_jmproductsslider/list" title="Black Friday" name="home.jmproductsslider.list" mode="latest" catsid="7" itemwidth="92" itemheight="130" width="90" height="90"}}</div>
<img src="{{media url="wysiwyg/callout/callout_2.jpg"}}" alt="Megamall" width="289px" /></div>

and then open the file of skin/frontend/default/jm_megamall/css/styles.css there at around line number 7691 you would see this

HTML Code:

  #jm-tops2 .col3-set .col-2 {
  margin: 0 20px;
  width: 500px;
}

you can change it to

HTML Code:

  #jm-tops2 .col3-set .col-2 {
  margin: 0 20px;
  width: 800px;
}

I hope this helps !

#5

Please login or Register to Submit Answer

Written By

Comments