Blackriders move lead capture box

Discussion in 'Blackriders WordPress Theme' started by supp aoa, Aug 5, 2013.

Thread Status:
Not open for further replies.
  1. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    I was wondering if you could help I am creating a new test site using the Blackriders theme. I was wondering if you could give me some information. I want to move the lead capture box off of the navigation bar and line it up with the top of the slider image effectively moving it down. The test website can be found here http://www.boabztestin.me.uk/zen

    Many thanks in advance for your help.

    Alan
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .caption {
    top: 0.1%;
    }
    This will solve your issue.
     
  3. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    Hello Piyush,

    Thanks that worked one other question there appears to be a gap in the drop down menus and the menu it is linking from do you know how I can close this up. As someone with a visual impairment may get confused. You can see an example of this at the banking & investment link at http://www.boabztestin.me.uk/zen . I know part of the issue is that I have a double height menu but this is how the customer wants it they do not want everything in drop downs.

    Many Thanks,

    Alan
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li ul {
    margin-top: 4px;
    }
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     
  5. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    Piyush,

    Thanks again worked a treat excellent support as always.

    Thanks,

    Alan
     
Thread Status:
Not open for further replies.

Share This Page