Moving Lead Capture Form to the Right

Discussion in 'Blackriders WordPress Theme' started by smartseal, Mar 3, 2015.

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

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    How can I move the lead capture form to the right side of the page?
    Also, there seems to be a large shadow around the form (see attached). How can I remove this?
    Third, how can I center the submit button text?

    Thank you!!!
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please provide us URL of your website.

    Thanks,
    Praveen
     
  3. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    You must have to make the website online, then only we will be able to help you to resolve the issue.

    Thanks,
    Praveen
     
  5. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
  6. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Can you also tell me how to get rid of "our latest blogs" and inktheme FB widget? Thanks!
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    blackrider-3march-15.png
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bottom_feature {
      display: none;
    }
    
    Thanks & Regards
    Pramod Patel
     
  8. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Thank you for answering my last question - it worked! but the important issues are : How can I move the lead capture form to the right side of the page?
    Also, there seems to be a large shadow around the form (see attached). How can I remove this?
    Third, how can I center the submit button text?
     
  9. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello smartseal!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .caption {
    left: inherit;
    right: 50px;
    top: 50px;
    bottom: inherit;
    padding: 0;
    }
    .signupform input[type="submit"] {
    padding-left: 22px;
    }
    Thanks,
    Praveen
     
  10. smartseal

    smartseal New Member

    Joined:
    Feb 4, 2015
    Messages:
    14
    Likes Received:
    0
    Thank you, Praveen! Excellent service!
     
Thread Status:
Not open for further replies.

Share This Page