Advertisement
fauzanjeg

Fix alignment issue

Jun 15th, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.49 KB | None | 0 0
  1. /* Fix alignment issue */
  2. .jeg_block_container .jeg_posts.row {
  3.     margin-right: unset;
  4.     margin-left: unset;
  5. }
  6.  
  7. article.jeg_post.col-lg-1,
  8. article.jeg_post.col-lg-10,
  9. article.jeg_post.col-lg-11,
  10. article.jeg_post.col-lg-12,
  11. article.jeg_post.col-lg-2,
  12. article.jeg_post.col-lg-3,
  13. article.jeg_post.col-lg-4,
  14. article.jeg_post.col-lg-5,
  15. article.jeg_post.col-lg-6,
  16. article.jeg_post.col-lg-7,
  17. article.jeg_post.col-lg-8,
  18. article.jeg_post.col-lg-9,
  19. article.jeg_post.col-md-1,
  20. article.jeg_post.col-md-10,
  21. article.jeg_post.col-md-11,
  22. article.jeg_post.col-md-12,
  23. article.jeg_post.col-md-2,
  24. article.jeg_post.col-md-3,
  25. article.jeg_post.col-md-4,
  26. article.jeg_post.col-md-5,
  27. article.jeg_post.col-md-6,
  28. article.jeg_post.col-md-7,
  29. article.jeg_post.col-md-8,
  30. article.jeg_post.col-md-9,
  31. article.jeg_post.col-sm-1,
  32. article.jeg_post.col-sm-10,
  33. article.jeg_post.col-sm-11,
  34. article.jeg_post.col-sm-12,
  35. article.jeg_post.col-sm-2,
  36. article.jeg_post.col-sm-3,
  37. article.jeg_post.col-sm-4,
  38. article.jeg_post.col-sm-5,
  39. article.jeg_post.col-sm-6,
  40. article.jeg_post.col-sm-7,
  41. article.jeg_post.col-sm-8,
  42. article.jeg_post.col-sm-9,
  43. article.jeg_post.col-xs-1,
  44. article.jeg_post.col-xs-10,
  45. article.jeg_post.col-xs-11,
  46. article.jeg_post.col-xs-12,
  47. article.jeg_post.col-xs-2,
  48. article.jeg_post.col-xs-3,
  49. article.jeg_post.col-xs-4,
  50. article.jeg_post.col-xs-5,
  51. article.jeg_post.col-xs-6,
  52. article.jeg_post.col-xs-7,
  53. article.jeg_post.col-xs-8,
  54. article.jeg_post.col-xs-9 {
  55.     padding-right: unset;
  56.     padding-left: unset;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement