How can I adjust borders?

Hello,

I have a problem with frames.

I have a section of text. This needs to be indented on the left and right because a border above it requires the indentation.

The text section is followed by a section that needs to be framed.

I created the border in the wrap with CSS: border: 3px solid #999;

The border now extends beyond the text above it on the left and right.

To make the border fit the indented text above it, I added in the CSS: border: 3px solid #999; width: 85%; margin-left: 100px

For the desktop view it fits now.

But for responsive, the block with the border slides too far to the right.

How can I change this?


Comments

Sign In or Register to comment.