Okay
  Public Ticket #2911616
Mobile responsive screen gap
Closed

Comments

  • casti184 started the conversation

    Hi There,

    I did not notice this before, but on my Galaxy note 1 there is a gap that is created on the right hand side of screen. 

    I prefer the them to be responsive and adjust as required.

  • casti184 replied

    Attachments included 

  • [deleted] replied

    Hi casti184,

    Please share your WordPress credentials, because I need to login to your site and test this live.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   casti184 replied privately
  • [deleted] replied

    Hi casti184,

    Please add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .vc_row.vc_column-gap-30 {
            margin-left: -15px;
            margin-right: -15px;
        }
    }

    Have a nice day!