Service box in Towing Pro

Home Forums All Other Themes Service box in Towing Pro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55289
    DmitriiDmitrii
    Member
    • Topics: 2
    • Replies: 0
    • Total: 2
    Member since: December 7, 2016

    Hello, Why is the mobile version of the text with the service units is shifted down?
    Look at screen http://joxi.ru/l2ZLWDdcjVyRrJ – how to fix it?
    In your demo theme it look like – http://joxi.ru/Y2LeNG7I18GRA6
    My site: http://cg36887.tmweb.ru/

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .one_four_page_content { position:absolute; opacity:0; height:86%;}
    .image-border { height:77%;}
    .four_column .view-all-btn { bottom:13%;}
    .signin_wrap span.support-27-7, .signin_wrap span.phno { width:100%;}
    }

    @media screen and (min-width:480px) and (max-width:767px) {
    .one_four_page_content { height:88%;}
    .image-border { height:81%;}
    }

    Regards,
    Brad

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