+ Reply to Thread
Results 1 to 6 of 6

Thread: How to remove this module from the mobile version

  1. #1

    How to remove this module from the mobile version

    Hi! Maybe someone knows how to remove this module from the mobile version.
    I want it to be not displayed in the mobile version, and in the version for the destop it was present.
    This will greatly speed up the loading of the site.
    screen1.png

    Thank you so much.

  2. #2
    I think you can css it and display: none; for mobile screen.
    Last edited by Wei Hong; September 1, 2021 at 08:19 AM.

  3. #3

    Very useful information :)

    Quote Originally Posted by Wei Hong View Post
    I think you can css it and display: hidden for mobile screen.
    Very useful information
    Considering that style.css contains about 7000 lines of code.
    Almost no comments

  4. #4
    Quote Originally Posted by Sergey Gorbashov View Post
    Very useful information
    Considering that style.css contains about 7000 lines of code.
    Almost no comments
    Oops sorry. Your comment and emoji sound sarcastic, but I didn't mean to post almost no comment. I thought you know basic css coding. I guess not.
    All you need is using browser inspect to get that module ID. Then write this code for mobile in your style.css

    Code:
    Only registered members can view the code.
    Short and simple as that. If you still don't understand. Just post your website here, I will try to help.
    Last edited by Wei Hong; September 1, 2021 at 08:19 AM.

  5. #5
    I'm sorry if my comment offended you.
    I really don't understand css very well.
    Thanks for the reply, now I think I can figure it out.
    Thanks again.

  6. #6
    Quote Originally Posted by Sergey Gorbashov View Post
    I'm sorry if my comment offended you.
    I really don't understand css very well.
    Thanks for the reply, now I think I can figure it out.
    Thanks again.
    No worry. We are helping each other here. Let me know if you need further help. You can post here or pm me.

+ Reply to Thread