• Resolved shahab570

    (@shahab570)


    As you know timeline has a long line that divides it in half. At the beginning and at the end, it has a circle. That circle should be positioning/aligning itself in the middle of the main line. But in my case, it is indented away from the main line. It looks very ugly. Please go to my [ redundant link removed ] and see for yourself.

    • This topic was modified 3 years, 11 months ago by shahab570.
    • This topic was modified 3 years, 11 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @shahab570,

    Thanks for using our plugin.

    Please add given below Custom CSS to fix circle position.

    @media only screen and (min-width: 769px) {
       .twae-vertical.twae-one-sided-wrapper:after, .twae-vertical.twae-one-sided-wrapper:before {
          left: 24.2%;
          transform: translateX(-50%);
       }
    }
    @media only screen and (max-width: 768px) {
       .twae-vertical:after, .twae-vertical:before {
          left: 16px;
       }
    }

    Thanks

    I noticed that even though it fixes on the desktop, it still is misaligned on mobile.

    Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @pbmrc,

    I have checked your timeline. You havn’t added shared Custom CSS.
    Please add custom css so that I can check the issue in mobile and provide you further custom css solution.

    Thanks

    Thread Starter shahab570

    (@shahab570)

    @baljitdhanjal I have added your custom code. But still, it doesn’t work. I think it got worse after I have applied your code. I think It needs a better solution. I have updated the code on my website. You can see it at [ redundant link removed ]

    • This reply was modified 3 years, 11 months ago by shahab570.
    • This reply was modified 3 years, 11 months ago by shahab570.
    • This reply was modified 3 years, 11 months ago by Jan Dembowski.
    Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @shahab570,

    I have checked your website and noticed that now you are not using our plugin.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Corner circle is not aligning itself at the middle of the main line’ is closed to new replies.