Dylan

Customer
Hi,

How can I add a block around each block of the sidebar? Like this:

Screenshot_1.png

I'd have the same result as for what surrounds the categories and forums.

Thanks.
 
Solved by adding a background, padding and border in the classes ".sidebar .section":
Code:
.sidebar .section
{
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #dedede;
}

Screenshot_1.png
 
No, you missed step number 4.

https://pixelexit.com/threads/generic-style-installation-upgrading.737/

Ideally you want all of your changes in a child of the core style. So when you go to upgrade you simply import XenBase, then Core. Then all the updates trickle down to your custom style without losing any customization.

I know you've done quite a few edits, but I would port the changes you have done so far over to a custom child style.
 
No, you missed step number 4.

https://pixelexit.com/threads/generic-style-installation-upgrading.737/

Ideally you want all of your changes in a child of the core style. So when you go to upgrade you simply import XenBase, then Core. Then all the updates trickle down to your custom style without losing any customization.

I know you've done quite a few edits, but I would port the changes you have done so far over to a custom child style.
Oh! I understand better! It will help me to avoid that I lose all my changes. Thank you for have pointed me out, Russ. If you will not tell me this, I would have probably lost everything. :eek:
 

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