Padding around text in module

  • carterkoths
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #40303 by carterkoths
Padding around text in module was created by carterkoths
Is it possible to adjust padding around text in a module. Specifically the left module here: www.memaonline.org/index.php?option=com_...=featured&Itemid=476 . I'd like more space around the edges.

Thank you!!

Please Log in to join the conversation.

More
10 years 8 months ago #40313 by ivan.milic
In layout.css:

div.item, div.itemContainer, div.userItemView, div.tagItemView, ol.dynlayout_feed li {
border: 1px solid #ccc;
margin: 5px 0px!important;
padding: 10px;
float: left;
width: auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

adjust:

padding: 10px;

Please Log in to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum