Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #587334

    Hi

    On my web page here: http://www.herbalhealinginc.com/new-locations-to-buy-our-teas
    I use the exact same hr ruler shortcode in column 2 & 3 yet it shows more padding above and below the ruler
    I don’t understand why the difference if it’s exactly the same shortcode/same parameters.
    How do I fix this so they all looks same?

    Thanks
    Lyse

    #587725

    Hi Lyse!

    Rulers in second and third columns have the same margins while first one does not. You can fix it with following custom CSS

    .hr.hr-short {
        margin: 30px 0!important;
    }

    Best regards,
    Yigit

    #587731

    Hi Yigit,

    I doesn’t change anything.
    One question, will it affect the short hr where I use elsewhere?

    I also don’t understand why the difference, because the shortcode is exactly the same for all three.

    Thanks
    Lyse

    #587738

    Hey!

    Please use following code instead

    body .container_wrap .avia-builder-el-no-sibling.hr {
        margin: 30px 0!important;
    }

    Best regards,
    Yigit

    #587753

    Hi Yigit,
    Sorry, but that code also did not work. (Even on another computer)
    Lyse

    #587772

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #587781

    Hi Yigit.

    See credentials below

    Lyse

    #589046

    Hi!

    they all look the same for me, with same distance:

    View post on imgur.com


    Could you fix it? please clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #589214

    Hi Andy,

    I see it now.

    Thank you and have a great day.
    Lyse

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘HR Ruler short center give different results’ is closed to new replies.