• WP 4.9.1
    Hueman 3.3.25

    I have two different sites. I have compared settings in Customizer and they are identical.

    In one site, it is fully responsive… including images, video, text. All as expected.

    However, in the other site (same Customizer configuration), it is not Responsive at all. Images, video and text do not resize as expected.

    Can’t figure out why one is responsive and the other is not. Non-responsive one is in link.

    Thanks for any suggestions.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,
    the issue then might have to do with what you have in your second website, in terms of plugins and/or content (widgets included).
    Also, please check your custom CSS, I can see you have this:

    
    .content {
    width: 900px;
    }
    

    which is forcing the main content column width to 900px for all the viewports overriding the theme’s responsiveness.

    Thread Starter donhz

    (@donhz)

    Thank you, Rocco. Yes, 900px was the problem.

    I used that code as a test but didn’t see it because under Additional CSS you have to double scroll down to see all the code, and it was at the bottom. Lesson learned.

    You saved me hours. Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Responsive’ is closed to new replies.