I am trying to add new widgets to the right side of my pages however they do not appear the same as the first one (contact)...which is in a type of text box with a banner heading. The new widgets I attempt to add have no box or heading. How do I fix that issue? An example of the problem can be found at this link http://www.kaleidoscopearts.ca/about/ Thanks Kim
Hello Kim, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .wrap_sidebar { margin-left: 14px; margin-right: 14px; background: url(images/postbg.png); border: 1px solid #dfdfdf; padding-left: 10px; padding-right: 10px; margin-bottom: 30px; padding-bottom: 20px; } .wrap_sidebar h2.title,.wrap_sidebar h2 { background: url(images/sidebar-title.png) no-repeat; width: 324px; height: 44px; margin-left: -22px; padding-left: 15px; color: #fff; text-shadow: 0 1px 0 #000; } Thanks & Regards Pramod
Pramod, That worked however the background box is slightly larger than the other existing one...and the box and banner is positioned a few pixels left (even though the dimensions seem to match the ones for .sidebar .wrap_sidebar ...and .sidebar .wrap_sidebar h2.title, .sidebar .wrap_sidebar h2...) which are already in the css. Kim
Hello Kim! Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .wrap_sidebar { margin-right: 34px; } Thanks & Regards Pramod