Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #90377
    Lizi
    Participant

    Hi
    My responsive styling has stopped working since upgrading this theme.

    I have two questions:

    I had responsive styling to the main style sheet in the child theme but now it is ignored. How can I have this work?

    Alternatively, how do I set up a responsive style sheet in the child theme and point wp to it?

    Many thanks

    #90386
    Lizi
    Participant

    For example, I added media query styling like this:


    @media
    screen and (max-width: 978px) {

    and added it to style.css in the child theme folder.

    All these responsive styles have stopped rendering.

    They worked fine until I updated the theme to 3.2.

    Please can you advise?

    #90438
    Mahesh
    Keymaster

    @izbiz1: Please post in your site URL.

    Regards,
    Mahesh

    #90454
    Mahesh
    Keymaster

    izbiz1: You have made some customization to the theme and add the some div too.
    .soon-wrap and .mlhm-heart-wrap this is creating issue in responsive design.

    Regards,
    Mahesh

    #90455
    Lizi
    Participant

    Hi can you explain further? What do I need to do?

    #90468
    Mahesh
    Keymaster

    @izbiz1: You have made two div’s position absolute and width fixed to 1190px, you’ll need to use media queries to make it responsive. You can find some info on using media queries in the link below:
    http://www.w3schools.com/css/css_rwd_mediaqueries.asp
    If you do not know much about CSS I recommend you to hire a customizer.

    Regards,
    Mahesh

    #90469
    Lizi
    Participant

    Thank you for your help, please can you remove the url to the site we have been chatting about

    #90471
    Mahesh
    Keymaster

    @izbiz1: Yes sure, done.

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Responsive CSS not working in child theme’ is closed to new replies.