Contractor Pro Slider

Home Forums All Other Themes Contractor Pro Slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190317
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Hello,

    This is my site: https://testfoam.rhaagdesigns.com/

    I’m trying to get the slider to start where the menu ends, not underlay the header as if I was using a transparent header.

    Any advice?

    #190326
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance >> Customizer >> Basic >> Custom CSS Box:
    .mywrap {position:relative;}

    Regards,

    #190362
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Awesome that worked great!

    Could you help me out with cleaning up the mobile menu / logo section?

    https://ibb.co/q1994rf

    Right now it’s all over the place, I’d like to either center everything or maybe even add the blue top bar section with e-mail, number, and social icons with logo and toggle bar underneath?

    #190483
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .head-info-area {
      background: #0000fa !important;
    }
    .head-info-area .left, .head-info-area .right { float:left;}
    .logo { padding-top:0; padding-bottom:0; max-width:130px;}
    #simple-menu { margin-top:33px;}
    }

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.