Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The issue has been caused due to modifications of the theme’s stylesheet. Those modifications are highlighted here: https://www.diffchecker.com/dfbkudis (original file on the left).

    Using a process of elimination, you should be able to find the cause.

    In future, use a Custom CSS plugin to hold your CSS modifications so that you’re not wading through a thousand lines of code.

    Thread Starter julianne1991

    (@julianabrahimllari1991)

    thanks Andrew but it continues being the same,I checked the changes and all I have done are changes of colour,alignment and floating and font size,I dont really get where the problem is.Can you helo me making it Not responsible so this way I can have full website on a mobile view??

    Thread Starter julianne1991

    (@julianabrahimllari1991)

    thanks Andrew but it continues being the same,I checked the changes and all I have done are changes of colour,alignment and floating and font size,I dont really get where the problem is.Can you helo me making it Not responsible so this way I can have full website on a mobile view??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    When I replace all of the code inside the ‘style.min.css’ file of your website, with the code of the original theme’s style.min.css file, the issues disappear. That’s my conclusion.

    Thread Starter julianne1991

    (@julianabrahimllari1991)

    yeap you are right but i want to have the website the way it appears on my desktop and thi is what I am really asking help for.I’ll try posting the question again.And thank you ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Change this:

    <meta name="viewport" content="width=device-width, initial-scale=1">

    To this:

    <meta name="viewport" content="width=device-width, initial-scale=0">

    Just make sure that the pinch still works on mobile

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘responsive problem’ is closed to new replies.