Shape 5

Joomla Free Templates => Design Control - Free => : cweh September 01, 2014, 04:25:12 AM



: 100% width possible?
: cweh September 01, 2014, 04:25:12 AM
Hi all,
start playing with the great "design control" templates - thanks for that - but still got one problem. can't fit pictures or to 100 %, there is always a small border on the left and the right side. want the slidshow and the googlemaps on 100% - is that possible?

http://www.helixgmbh.com/joomla7/

thanks in advance


: Re: 100% width possible?
: mikek September 01, 2014, 07:07:35 AM
Hello,

You can set the entire template to 100% width under the Layout tab in Vertex. You can't set individual areas to 100% though.


: Re: 100% width possible?
: renielcole September 01, 2014, 09:22:03 PM
You can override this padding/margin by adding CSS in custom.css,

example:

#s5_pos_top_row1_1 div:nth-child(1) {
     margin-left: none !important;
     margin-right: none !important;
}

note: you have to be specific in your CSS declaration, because it might select all .module_round_box_outer


: Re: 100% width possible?
: cweh September 01, 2014, 11:50:14 PM
thx for yuor fast reply.

the custom css file is the last instance which change someting?


: Re: 100% width possible?
: mikenicoll September 02, 2014, 05:54:21 PM
Hello,

The above CSS wouldn't work as the parameters for the container is within the s5 body width. You would need to as Mikek stated set the Template paramters in teh back end to be 100% width, or have a coder program some custom positions outside the general body parameters.