Buttons overlaying on mobile

Home Forums All Other Themes Buttons overlaying on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37967
    MattMatt
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: June 7, 2016

    Hi Guys

    I have 4 feature buttons on our page, but when viewing on mobile the text of the first image is overlaying the second, and then the text of the second overlaying the image of the third etc..

    Can I space these out? It is also hiding the “Click here” link on mobile view.

    web address – www.bushcraft-magazine.co.uk

    current custom css code is as follows

    .header .header-inner .logo{float:none !important; text-align:center;}
    .header .header-inner .logo img{height:200px !important;}

    .feature-box .feat-image{height:auto;}
    .feat-image img {height:160px;}

    @media screen and (max-width:990px) {
    .nav ul { background:#252525;}
    .header .header-inner .logo img{height:100px !important;}
    }

    @media screen and (min-width:320px) and (max-width:767px) {
    .slide_info h2, .slide_info h2 a, .slide_info h2 a:hover { font-size:16px !important;}
    }

    @media screen and (min-width:768px) and (max-width:1024px) {
    .header .header-inner .logo img { height:80px !important;}
    .header .header-inner .nav ul li { padding-right:30px !important;}
    .header .header-inner .nav ul { font-size:15px !important;}
    .header .header-inner .nav { padding-left:0 !important}
    .slide_info { top:25px !important; width:60% !important;}
    }

    @media screen and (max-width:479px) {
    .slide_info { top:195px !important;}
    }

    Thanks
    Matt

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

    Hi Matt,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .feature-box{height:auto !important;}

    Regards,
    Brad

    #37969
    MattMatt
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: June 7, 2016

    Thanks, that’s sorted it

    Matt

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

    🙂

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