AbanteCart Community

eCommerce construction => General Discussion => Topic started by: Smash on July 04, 2014, 09:30:21 AM

Title: Increase slideshow width to the right edge of storefront
Post by: Smash on July 04, 2014, 09:30:21 AM
Hi

I've been tweaking and changing and am have loads of fun stripping down my store front, but I'm a little stumped.

I want to increase the width of my slideshow (Template2) to the right edge of wrapper. As you will see in image the static banner has happily gone to wrapper width from central block but my slideshow hasnt. Have messed with side width in Photoshop to 773px as thats the wrapper width and it seems to centralise the slide but not fill. Got slideshow set 1000px aswell. Have tried to find a resize in slideshow2.css but wasnt sure what code to change, or is it in the normal stylesheet.css or a block.css constraint?

Any ideas. Thanks in advance

Thanks

Smash
Title: Re: Increase slideshow width to the right edge of storefrot
Post by: Basara on July 04, 2014, 09:32:37 AM
Hello

What is URL?
Use FireFox built-in Inspect element feature or Firebug addon for your browser to investigate CSS.
Title: Re: Increase slideshow width to the right edge of storefrot
Post by: Smash on July 04, 2014, 10:20:33 AM
Hi Basara

sanware.co.uk

Did inspect element and changed slideshow wrapper but no joy  :(
Title: Re: Increase slideshow width to the right edge of storefront
Post by: Smash on July 04, 2014, 10:47:47 AM
Did it.

Resized images to 773 and edited code slideshow2.css

#slideshow_wrapper {
   position:relative;
   width:773px;
   height:305px;
Title: Re: Increase slideshow width to the right edge of storefront
Post by: Basara on July 07, 2014, 01:56:44 AM
Did it.

Resized images to 773 and edited code slideshow2.css

 :D Thank You for posting solution