new widgets have no text box and banner

Discussion in 'Themia WordPress Theme' started by kim4496, Jan 7, 2015.

  1. kim4496

    kim4496 New Member

    Joined:
    Jan 7, 2015
    Messages:
    2
    Likes Received:
    0
    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
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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
     
  3. kim4496

    kim4496 New Member

    Joined:
    Jan 7, 2015
    Messages:
    2
    Likes Received:
    0
    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
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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
     

Share This Page