Okay
  Public Ticket #1386780
Not mobile responsive
Closed

Comments

  • clarajr started the conversation

    Hi,


    could you please help me fixing the mobile responsiveness? looks like after the last wordpress update, the theme is not fully responsive anymore. Here Im attaching a screenshot of how a review looks like, with the floating rating bar.

    Do you know how to fix? Thanks in advance for your help!

  •  93
    djwd replied

    Hi there,
    seems to be related to Visual Composer. Please try to paste this in the Advanced > Custom CSS textarea:

    @media only screen and (max-width: 979px) {
        #content .wpb_row {
            clear: both;
        }
    }

    Hope it helps

    Regards
    djwd