Y Talansky Posted February 25, 2014 Share Posted February 25, 2014 (edited) I looked all over but couldn't fin anyone who explains how the homeslider width works. I set the width in the module configure form, I checked the field HOMESLIDER_WIDTH was updated (to 980px) in the Configuration table. But all this seems to do is make the img element have that width but the li and ul element stay 920px. Can't figure why, and where is this width set? Thank You in advance Edited February 25, 2014 by Y Talansky (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 25, 2014 Share Posted February 25, 2014 what theme you use? default one? Link to comment Share on other sites More sharing options...
Y Talansky Posted February 25, 2014 Author Share Posted February 25, 2014 I was trying customize the default theme to get the slider to fill the entire width. I realized the way the slider works is that the jquery.bxSlider.min.js uses the jquery func .outerWidth() to check the available width of the parent container since I added a margin to the whole page I was trying to use relative positioning left -30 or margin -30 and width 110% to move the slider wrapper over and fill the width this was not helpping bec of the .outerWidth() function. I ended adding a container div in tpl file around the slider and set the width of that container to 980px and it worked. Thanx Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 26, 2014 Share Posted February 26, 2014 Hi. Please mark the topic as [sOLVED]. Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now