Home › Forums › All Other Themes › problem with css on mobile
- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
November 19, 2019 at 8:43 pm #139716
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 ?November 20, 2019 at 5:39 am #139733Hi,
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,
DaveNovember 21, 2019 at 11:58 pm #139846Hi,
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 smallerregards,
stefanoNovember 22, 2019 at 5:27 am #139857Hi,
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,
DaveNovember 25, 2019 at 9:57 pm #139974HI,
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.
stefanoNovember 26, 2019 at 5:20 am #139980Hi,
This is done. Kindly check and confirm.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.