onemillion
Member
Posted 3 years ago #
Hello.
Our text is running up against the right edge of our right sidebar at our site:
http://palintones.com
I can't tell if the problem is with the text widget or with the theme seo basics. Does anyone know how to solve this problem?
Any and all help greatly appreciated.
Thank you.
Try adding this to the bottom of your stylesheet (style.css) in the themes folder.
.widget{
padding-right:20px;
}
*Please note that this will increase the overall width of your widgets layout and may cause parts of sidebar (or the whole sidebar) to cascade down underneath your main content. If that happens reduce 20px to something smaller and try again.
onemillion
Member
Posted 3 years ago #
Thank you so much, churchthemer. This is great.