hi again,
Best Answer jnop2001 , 27 February 2013 - 01:42 AM
nice! many thanks
but how can i
Add Borders in Grid?
i try without any success using
<div class="span4" style="border: 3px;">Span 4</div>Go to the full post
Posted 26 February 2013 - 06:11 PM
hi again,
Posted 26 February 2013 - 06:24 PM
the screen shot
Posted 26 February 2013 - 07:19 PM
What is the url to your site so we can better troubleshoot, please?
Posted 26 February 2013 - 11:59 PM
in
Posted 27 February 2013 - 12:56 AM
Hi there,
Unfortunately those columns are created from the settings you select in the box meta and use the same css class .pp2. So if you effect one it will change the other as well.
To create the type of setup you're looking for you might be better off using 'the grid' system which will allow you set up columns at different widths and fill them with content. You can find the shortcode and examples of the grid here -
Posted 27 February 2013 - 01:42 AM Best Answer
nice! many thanks
but how can i
Add Borders in Grid?
i try without any success using
Posted 28 February 2013 - 01:25 PM
HI,
The code you have used is not correct, try something like this:
<div class="span4" style="border: 1px solid red;">Span 4</div>