• When I use <hr /> tag in wordpress html editor and after that click visual editor it just shows only for 1 second and gets vanished from visual editor but code stays in html editor if I click back again. I am not understand why this is happening. In my css stylesheet I have the hr code as

    hr{
        border-top-color: red;
        border-bottom-color: lime;
        border-style: solid;
      }

    Once I click save and preview the page. the hr bar gets over lapped out bound its border line. As you can see at front page of this website https://goo.gl/JvuOs
    Its overlapping to 2 different places. So anyone can give me a solution please. How can I fix it?.

Viewing 3 replies - 1 through 3 (of 3 total)
  • There seems to be nothing wrong with your website. Can you take a screenshot and highlight the error?

    Thread Starter strang3r

    (@strang3r)

    Here is the image. I marked the error and the one I originally added.

    https://i46.tinypic.com/nx2sdk.jpg

    Thread Starter strang3r

    (@strang3r)

    Oh also one more thing is i just noticed that 2 error coming up in all of the pages. So hr is functionally not working and causing a bug when I used it at front page. But if I use a p.separator class in css style for creating a line then that works perfectly. But not the hr. Any help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hr Tag overlapping outside of container and in different location’ is closed to new replies.