Tagged: header top sidebar, widget
- This topic has 1 reply, 2 voices, and was last updated 11 years, 7 months ago by Sakin.
-
AuthorPosts
-
March 27, 2013 at 2:22 am #5936tesaemailMember
I use CatchBox Pro theme and need your help fixing the misaligned and size of Header Top Sidebar Widget that i use MaxBannerAd widget inside the Header Top Sidebar Widget. All of sudden, it displays too big 960×175 banner ad on the Header top and left aligned—-that is not what i want.
I want this banner ad be aligned center, all multiple ad images 468×60 rotation that is employed resulting by MaxBannerAd widget displaying on the top of Header.
Also i will plan having another 125×125 MaxBannerAD widget inside of the Main Sidebar widget replacing current CatchBox AdSpace widget—-in order to ensure it is centered aligned multiple banner ads rotation that is employed resulting by MaxBannerAD widget.
Tell me what i put on Custom CSS to make the mentioned above effective.
By the way on the both Custom CSS and Theme Options under the Color Options DOES NOT WORK after hit “save” several times at below (all sidebar background: #ffcc66, font size: 12px and title: #8e0e0b, all widget border: ##336699).
/* For widget background and text color */
.widget-area {
font-size: 12px;
}
.widget {
background-color: ##ffcc66;
border-bottom: 2px solid #336699;
}.widget-title {
border-bottom: 2px solid #336699;
color: ##8e0e0b;
}
.widget-title a {
color: #000;
font-size: 16px;
font-weight: bold;
}My site: http://www.alda.org
March 28, 2013 at 11:12 pm #6076SakinKeymaster@tesaemail: The header image is stretch as you have added the following css in your “Custom CSS” box
/* header logo size */
#branding img {
height: 125px;
margin-bottom: -9px;
width: 960px;
}
Remove this.
-
AuthorPosts
- The topic ‘Problem: Header Top Sidebar Widget’ is closed to new replies.