-
Author
-
May 9, 2018 at 11:33 #197198spocarParticipant
Hello team. This time im having some problems with my top members in the mobile mode. Can you help me to make it looks like in a line Instead of column?
Attachments:
You must be logged in to view attached files.May 9, 2018 at 22:48 #197279LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE@media only screen and (max-width: 767px) { li.two.columns.mobile-two.top-active-members { float: none !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 10, 2018 at 01:52 #197301spocarParticipanthello laura. I added the code but it doesn’t look like i want, I want it to look like this.
Attachments:
You must be logged in to view attached files.May 10, 2018 at 11:05 #197314spocarParticipantHello Laura never-mind about them. Thank you so much for your replies. Actually I would like to hide the following fields. ( I don’t want them to be visible on homepage mobile ) testimonials – contact us – NEWSLETTER SIGNUP – and the whole footer. Thank you so much in advance.
May 10, 2018 at 21:24 #197387LauraModeratorHello, you can remove them at Appearance > Widgets 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 10, 2018 at 21:50 #197389spocarParticipantHello laura. Yes but i only want them to be remove in the mobile version. In the desktop version still want them to be show.
May 11, 2018 at 23:31 #197468LauraModeratorHello, please add this to style.css of child theme
COPY CODE@media screen and (max-width: 782px) { div#footer { display: none !important; } div#support { display: none !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 14, 2018 at 02:05 #197676LauraModeratorGlad it works! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.