Viewing 1 replies (of 1 total)
  • Theme Author deucethemes

    (@deucethemes)

    Download Simple Custom CSS WordPress plugin then go to Appearance -> Custom CSS and try adding this code,
    @media screen and (max-width: 499px) {
    .vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
    }
    .wpb_column{
    padding-left:0!important;
    padding-right:0!important;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Slight border on right of page – mobile.’ is closed to new replies.