Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Fix alignment issue */
- .jeg_block_container .jeg_posts.row {
- margin-right: unset;
- margin-left: unset;
- }
- article.jeg_post.col-lg-1,
- article.jeg_post.col-lg-10,
- article.jeg_post.col-lg-11,
- article.jeg_post.col-lg-12,
- article.jeg_post.col-lg-2,
- article.jeg_post.col-lg-3,
- article.jeg_post.col-lg-4,
- article.jeg_post.col-lg-5,
- article.jeg_post.col-lg-6,
- article.jeg_post.col-lg-7,
- article.jeg_post.col-lg-8,
- article.jeg_post.col-lg-9,
- article.jeg_post.col-md-1,
- article.jeg_post.col-md-10,
- article.jeg_post.col-md-11,
- article.jeg_post.col-md-12,
- article.jeg_post.col-md-2,
- article.jeg_post.col-md-3,
- article.jeg_post.col-md-4,
- article.jeg_post.col-md-5,
- article.jeg_post.col-md-6,
- article.jeg_post.col-md-7,
- article.jeg_post.col-md-8,
- article.jeg_post.col-md-9,
- article.jeg_post.col-sm-1,
- article.jeg_post.col-sm-10,
- article.jeg_post.col-sm-11,
- article.jeg_post.col-sm-12,
- article.jeg_post.col-sm-2,
- article.jeg_post.col-sm-3,
- article.jeg_post.col-sm-4,
- article.jeg_post.col-sm-5,
- article.jeg_post.col-sm-6,
- article.jeg_post.col-sm-7,
- article.jeg_post.col-sm-8,
- article.jeg_post.col-sm-9,
- article.jeg_post.col-xs-1,
- article.jeg_post.col-xs-10,
- article.jeg_post.col-xs-11,
- article.jeg_post.col-xs-12,
- article.jeg_post.col-xs-2,
- article.jeg_post.col-xs-3,
- article.jeg_post.col-xs-4,
- article.jeg_post.col-xs-5,
- article.jeg_post.col-xs-6,
- article.jeg_post.col-xs-7,
- article.jeg_post.col-xs-8,
- article.jeg_post.col-xs-9 {
- padding-right: unset;
- padding-left: unset;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement