Line element won't stay left justified in Microsoft Edge

The blue line under the header text on this page: https://agentmatch.realty/victoria/#section2

On Chrome and Firefox, it is left justified and looks good. Unfortunately, on Microsoft Edge and IE, it shifts to the center og the heading text.

How do I keep it on the left in Microsoft’s browsers?

Thanks.

R

Try adding this to your CSS:

.e368-7.x-text, .e368-6.x-line { float: left; }

This should pull both elements into line (on left) for all browsers.

Hey Roman,

Please follow the instruction here. For your case, you need to your line’s right margin to auto (see https://youtu.be/kHi0POC_ec4). For easy setup the next time you use a line with the same settings, you could save your current line setup as a preset (see https://youtu.be/8h-aazUZML4)

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.