• Resolved Dibyendu

    (@whereangelsfeartotrade)


    I have a serious problem with mobile display. If you open my website in any smart phone .. it is looking weird. Slider texts over laps there are a lot of other weird behaviors.

    whereas in desktop it looks quite okay but there is a problem too the pages lags a lot. it takes a lot of time to load. The website looks diff in diff browsers as well.

    Need help to fix this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Four featured pages round-div border color on mobile:
    add this to your child-theme style.css

    @media (max-width: 979px){
        .widget-front .round-div {
            border-color: #252423;
        }
    }

    About the lag .. you use a lot of plug-ins, with a lot of javascripts..

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Great!

    This worked. Thank you so much.

    One suggestion I need.

    How do I optimize the usage of plugins? In order to add functionalies I added plugins .. Is there a way I can use less number of plugins and provide all the functions.. !

    Sorry, don’t know.
    But.. just to know.. do you think that spinner is a useful functionality?

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Didnt quite get that. What do you exactly meant by spinner?

    Something like this, which spins..

    View post on imgur.com

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    oops! I have no idea from where is that coming from!

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    I have fixed the spinner issue. was a problem with a plugin. Now even the browser doesnt lag.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with Mobile display and browser lags’ is closed to new replies.