Shape 5 Module full width, e.g. Slideshow CK fuld bredde

More
3 months 1 day ago #114 by JudgeFredd
Org. artikel kan findes her:
www.shape5.com/component/option,com_smf/...id,75/topic,37542.0/
Uddrag:What we do as we develop designs each month is tweak the index.php to get the same result.

For example you can see the Image and Content fader here and also the Google Map module both are full width:

www.shape5.com/demo/ez_web_hosting/

To do this all you have to do is open up the index.php file and first find the area where you module is being output. So for example if you published a module to a Top Row 1 module look for:


<!-- Top Row1 -->
We have everything labeled in there. Then you'll see a DIV within there with a s5_wrap class on it. All you do is delete this and that whole row area will be full screen width now.


<div id="s5_top_row1_area_inner" class="s5_wrap">
Change above to:


<div id="s5_top_row1_area_inner">​​

Please Log in to join the conversation.

Time to create page: 0.402 seconds