Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5936
    tesaemail
    Member

    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

    #6076
    Sakin
    Keymaster

    @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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Problem: Header Top Sidebar Widget’ is closed to new replies.