• Hello .

    When altering the css for width of the columns it seem that the whole columns goes to the right when viewing in mobile .

    I enter this value in my custom css

    width: 18%

    The column looks perfectly fine on PC but not in mobile.

    How do I fix this ?

    Thanks !

Viewing 1 replies (of 1 total)
  • hello coatedpill,

    first i would recommend not working with padding (left and/or right).
    instead work with margin:

    now take a text editor and open the file

    /wp-content/plugins/column-shortcodes/assets/css/shortcodes.css

    at line 67 you’ll find “Responsive”
    copy this code from line 67 to line 176 and insert this to your style.css of your child theme.

    delete the comment-out ” /* ” just before “.full_width”

    regards
    jürgen

    • This reply was modified 8 years, 3 months ago by photomaxe.
Viewing 1 replies (of 1 total)
  • The topic ‘Good in Browser not in mobile’ is closed to new replies.