Shape 5

Joomla Templates => Campus Life - Club => : cspgsl April 28, 2016, 12:07:29 PM



: custom_5 position size
: cspgsl April 28, 2016, 12:07:29 PM
I have copied the custom_5 module from http://awdtest1.com/ to http://awdtest4.com/ along with the coding from editor.css but cannot find how to limit the width of the module so it is centered and not stretching across the width of the page.
Thanks


: Re: custom_5 position size
: jonahh April 29, 2016, 11:03:51 AM
Hello,

It looks like on awdtest4.com you are using the Image and Content fader up top there. On the awdtest1.com site its using the S5 Tab show module so this is why none of the CSS is affecting the awdtest4.com site.


: Re: custom_5 position size
: cspgsl April 30, 2016, 05:16:42 AM
But the module in the custom_5 position is the "top three boxes" custom module. That is what I want to limit the width on, not the tab show.

Where is the relationship established between the custom module and the Image and Content fader? What needs to be set or altered in awdtest4 to pad the custom 5 position on both sides like in awdtest1?

I played with .s5_custom4 .pages_padding, .s5_custom5 .pages_padding {padding:0px !important;} but it had no effect.
 
Thanks


: Re: custom_5 position size
: jonahh May 02, 2016, 11:43:09 AM
Oh I'm sorry I see now. Unfortunately for this it would require custom coding added to the class .s5_custom5. You can't just add padding. You'll have to change the position on it to absolute and set a width, position vertically, etc