sidebar border
-
Hi! How can I make a border around my entire sidebar??
Thanks!!
The blog I need help with is: (visible only to logged in users)
-
Hi,
Try adding this rule to your Custom CSS:
aside#secondary { border: solid; }You can play around with these other values for border as well:
- dotted
- dashed
- double
- groove – Defines a 3D grooved border. The effect depends on the border-color value
- ridge – Defines a 3D ridged border. The effect depends on the border-color value
- inset – Defines a 3D inset border. The effect depends on the border-color value
- outset – Defines a 3D outset border. The effect depends on the border-color value
Hope this helps.
-
-
- The topic ‘sidebar border’ is closed to new replies.