Space between blocks on help page

Windfold

New member
Hi
Can someone help me in how I can put say a 10px space between the help menu and the content block on the help page.

Between these two blocks and the individuals content that is shown for each help menu item:
View attachment 20520
 
You can add this to your EXTRA.css:

Code:
.helpContent {
display: block !important;
margin-left: 10px !important;
}

Where the 10px is the distance between the blocks.
 
Back
Top Bottom