How do I make my widget border more thick ?
-
I want to increase the size of the border around my widgets…
how would I do this ?
Thank you
The blog I need help with is: (visible only to logged in users)
-
The outer grey-ish border is a background color. You can increase the apparent width by increasing the padding with the following CSS. Just increase the 4px value as desired.
aside .widget { padding: 4px; } -
.row .eightcol, aside .widget-wrap, td {
border-color: #ABD037;
padding: 4px;
}i have entered this but it wont change ?
-
Did you try the code I have listed above? It worked for me. There is a border, but there is also a background set, and the background it seems is responsible for the grey-ish border. Try the code I gave.
- The topic ‘How do I make my widget border more thick ?’ is closed to new replies.