problem with css on mobile

Home Forums All Other Themes problem with css on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #139716
    Satefano PlumariSatefano Plumari
    Participant
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: October 3, 2019

    Hi,
    I have a really quick question, i want to modify the size of some things of my website on mobile and i couldn’t.
    can you tell me if in the theme secure pro i can modify the aspect of mobile and how ?

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

    Hi,

    Kindly show us your website URL and screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #139846
    Satefano PlumariSatefano Plumari
    Participant
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: October 3, 2019

    Hi,
    my url is Arconte.com.ar/bayersat
    One of the problems is the service bar (orange bar) that is seen at the beginning of the webside, which in mobile occupies several screens and I would like that in mobile it looks smaller

    regards,
    stefano

    #139857
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    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) {
    #home-section1-block-31 { padding:0 15px !important;}
    #home-section1-block-31 .skt-builder-columns-row-6column .skt-builder-column { width:33.333% !important;}
    #home-section1-block-31 .skt-builder-home-section1-block { margin-top:-30px !important;}
    #home-section1-block-31 .skt-builder-home-section1-block .service-box h3 { line-height:20px !important;}
    #home-section1-block-31 .skt-builder-home-section1-block .service-box-outer { min-height:180px !important; padding:30px 0 !important;}
    }

    Regards,
    Dave

    #139974
    Satefano PlumariSatefano Plumari
    Participant
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: October 3, 2019

    HI,

    it worked, thank you very much that part is already resolved

    another problem that I am having is that in the footer when I want to add a tag with href property to html to link an email or a phone, when putting save the href property is deleted.

    thank again and sorry for the inconvenience.
    stefano

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

    Hi,

    This is done. Kindly check and confirm.

    Regards,
    Dave

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