Contact Form Missing Title In Sidebar

Discussion in 'Blackriders WordPress Theme' started by ryanc, Sep 3, 2013.

Thread Status:
Not open for further replies.
  1. ryanc

    ryanc New Member

    Joined:
    Sep 3, 2013
    Messages:
    8
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. ryanc

    ryanc New Member

    Joined:
    Sep 3, 2013
    Messages:
    8
    Likes Received:
    0
    Thank You
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please download theme again from your member area. It will resolve this issue.
     
  6. ryanc

    ryanc New Member

    Joined:
    Sep 3, 2013
    Messages:
    8
    Likes Received:
    0
    I downloaded the updated theme and have seen that the contact form in the sidebar now has a title, but I gotta say, it looks really bad. Is there a way I can give the title area a background color or something? I attached a sreen shot to show what I am talking about. It doesn't look nearly as nice and clean as the contact form on the home page. It just blends into the white background and you really can't tell that the title even goes with the contact form.
    [​IMG]

    [​IMG]
     
  7. munkey

    munkey Member

    Joined:
    Sep 19, 2012
    Messages:
    32
    Likes Received:
    0
    Sorry to hijack your thread Ryan, but I wondered if your contact form widget is also cut off at the bottom like mine? (can't tell from you're screenshot). I am struggling to resolve this issue.

    [​IMG]
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar .signupform-header h4 {
    background: yellowgreen;
    }
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Do let us know your website link.
     
  10. ryanc

    ryanc New Member

    Joined:
    Sep 3, 2013
    Messages:
    8
    Likes Received:
    0
    Thanks for the reply Gourav, but that still isn't a good solution. It would be great if you guys had something better. And my contact form is also cut off on the bottom, in the sidebar and on the homepage. I really do need a quick solution for these issues, they really make my site unacceptable. Photos below:
    [​IMG]




    [​IMG]



    [​IMG]
     
  11. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .sidebar .signinformbox_wrapper {
    background:#0296c0;
    overflow:auto;
    height:375px;
    }

    .sidebar .signupform-header{
    -webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    -moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    }
    .sidebar .signupform-header h4 {
    /*width:75%;*/
    }
     
  12. ryanc

    ryanc New Member

    Joined:
    Sep 3, 2013
    Messages:
    8
    Likes Received:
    0
    Thank You Nitesh, that looks much better!
     
Thread Status:
Not open for further replies.

Share This Page