How can I align two boxes with another in HTML code?

Hi

How can I align these two highlighted boxes with other box. The highlighted boxes are currently shifted to the left.

my code is:

.ep_inline_block {display:inline-block;vertical-align:middle;margin-left:10px;} .ep_block {display:block;margin-top:10px;margin-bottom:2px;} {%- endif -%}

Try editing the margin-left value in this code from 10 px to 20px:

.ep_inline_block {display:inline-block;vertical-align:middle;margin-left:10px;}

If not, could you provide a link to this page and I will take a look for you?

1 Like