Different margin in left and right list section

In a list item i created one section with 2 wrap inside (1/2+1/2) with different bg colour. Inside each wrap there is a column section (screenshot 1)

image


In front end, responsive mode on and iPad mobile version the result is this one

image
The left side is ok but the right one (no different settings) i have this problem. i want to have the same space beetwen image and text (like in the left side) and to do that i created a new class list_right1 in shortcodes.css and in responsive.css to be used in this way:
LEFT SIDE -> list_right: margin_left:50px; margin_right:100px;
RIGHT SIDE -> list_right1: margin_left:100px; margin_right:50px;
How can i do to assign this class to the right column?

Comments

Sign In or Register to comment.