Fix margin/padding for mobiles

3 replies·opened Nov 8, 2017
V
vollwebdesignNov 8, 2017

Hi there,

What would be the best approach to get some margin/padding for full screen sections only for mobiles?

Here is a section that would need it: http://vollwebdesign.com/hotel/apartments.html

Thanks for your help!

Cheers,
Torsten

S
SemiColonWebSTAFFNov 9, 2017

Hello,

Consider using the following code for your Full Width Section:

<div class="section clearfix">
	<div class="container-fullwidth">

		<div class="col_one_fourth nobottommargin">
			...
		</div>

		<div class="col_one_fourth nobottommargin">
			...
		</div>

		<div class="col_one_fourth nobottommargin">
			...
		</div>
		<div class="col_one_fourth col_last nobottommargin">
			...
		</div>

	</div>
</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

V
vollwebdesignNov 18, 2017

Thank you very much for your brilliant support :-)

S
SemiColonWebSTAFFNov 19, 2017

Hello,

You are more than Welcome. :)

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard