Mobile page header

Home Forums Construction Pro/Build Forum Mobile page header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #174380
    julian prijulian pri
    Participant
    • Topics: 5
    • Replies: 1
    • Total: 6
    Member since: February 18, 2020

    Hi,
    I have SKT Builder Pro theme. The mobile version tho is not quite as adaptable as you guys describe it. If you take a look at my website on a mobile device you can see the header background picture appearing below your black header. Other than you guys writing me a piece of code there is really no way I can customize the theme. My website is granitebestprice.com.

    Please let me know what I can do.
    Thank you

    Julian

    #174411
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    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) {
    .logo { width:25%;}
    body .header_wrap .header, body.home.has_trans_header .header { position:absolute !important;}
    .has_trans_header .header {
        background: rgba(0,0,0,0.2) !important;
    }
    #simple-menu { margin-top:10px;}
    .slider-main .nivo-caption {
        top: 40% !important;
    }
    .slider-main .nivo-caption .nivo-caption-content {
        width: 80%;
    	}
    }

    Regards,
    Dave

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