isaia 0 Report post Posted January 17, 2012 how to set the margin inside the boxes to see orange arrow image Share this post Link to post Share on other sites
Rob 547 Report post Posted January 17, 2012 May we have a link to your site? This will help us to identify the specific elements to adjust. Thank you. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
isaia 0 Report post Posted January 17, 2012 http://test.golink.ch/page-d-exemple/test/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 17, 2012 I'm sorry, what exactly do you want to do? You can mess with these rules in CSS but be careful not to break the responsive design: [code] .pp3 { width: 31.333333333%; } .pp3 { margin-right: 3%; } [/code] Share this post Link to post Share on other sites
isaia 0 Report post Posted January 17, 2012 then it works for the inside margin but is offset, see figure [img]http://golink.ch/test/wp-content/uploads/boxe1.png[/img] Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 17, 2012 Please, can you be more specific as to what you want to achieve? Share this post Link to post Share on other sites
isaia 0 Report post Posted January 17, 2012 I am identical margins across the number of boxes [img]http://golink.ch/test/wp-content/uploads/boxe2.png[/img] Share this post Link to post Share on other sites
catrina 103 Report post Posted January 18, 2012 Do you want the boxes to remain the same size that they are right now? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
isaia 0 Report post Posted January 18, 2012 I would not keep the same margin but increase the size of the boxes to adjust the edge Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 18, 2012 You will have to adjust the width as here: [code].pp3 { width: 31.333333333%; }[/code] Play around with the number. To remove the right margin from the last one do this: [code].pp3.pplast { margin-right: 0; }[/code] Share this post Link to post Share on other sites
isaia 0 Report post Posted January 18, 2012 super thank you very much Share this post Link to post Share on other sites