Colored Box: How To Limit Box Width?
-
Dear all,
On this page we used a colored box with that code:
http://ledergerber-partner.ch/angebot/unternehmensstrategie
…
</div>1. To eliminate the empty box space on the right side we would like to limit the box width with e.g. 600 px.
2. To have it also for mobile users we would like to make this box mobile friendly (like the other page sections).How to do that with changing our code?
Thanks,
RaphaelThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Just give the box a max-width of 600px:
<div style="background-color: #DFEAED; padding: 12px; max-width: 600px;">I hope this helps!
Best regards,
Michael
-
- The topic ‘Colored Box: How To Limit Box Width?’ is closed to new replies.