Dylan

Customer
Hi,

I'd like to know how it would be possible to remove the main section on the index (sectionMain class) and change this:

Screenshot_2.png

Like this:

Screenshot_1.png

Screenshot_3.png

To make it simpler, separate sections.

Thanks.
 
Technically on our site it just removes the background color from section main.

Style Properties -> [XB] Forum / Node List - / Forum List Section Main

Set 0 padding, margin and a transparent background + 0 px border.
 
Something like so:

Code:
.nodeList .node.level_1 {
background-color: #f1f1f1;
border: 1px solid #dedede;
padding: 10px;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back