hello,
many thanks for the theme, it's a great one, even for me!!
a quick question, is it possible to get space in between the widgets instead of in the same block with just a line i?
many thanks,
sophie
hello,
many thanks for the theme, it's a great one, even for me!!
a quick question, is it possible to get space in between the widgets instead of in the same block with just a line i?
many thanks,
sophie
Hi,
could you be more specific about which widgets we're talking? I imagine we're talking about sidebar widgets. Let me know if this is what you mean. We'll have to remove the background color, border and padding from the sidebar, then add all this for widgets individually in that sidebar.
Hi Chris,
Yes, I mean the sidebar widgets, sorry, will be more specific in the future.
but if you begin talking about removing and adding... it makes me quite afraid (know 0 about coding)
Hey,
you can add this to your custom.css
.sidebar{
background: none !important;
border: none !important;
}
.sidebar .widget{
background: none repeat scroll 0% 0% #F8F8F8;
border: 1px solid #EEEEEE;
padding:10px;
margin:10px 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}Hi Chris,
Many thanks, but I have no idea about where is the custom css :)
sophie
Hey,
in Abundance > Theme Options > Styling
You'll see "Quick CSS" - you can paste it in there and it should go in your custom.css file.
It works great, many thanks Chris
Glad that Chris could help you :)
You must log in to post.