• Resolved kyarauk

    (@kyarauk)


    Hi guys,
    I have a website where I am using the more tag to reveal some hidden text, on opening, the hidden text jumps slightly to the right before aligning to the left. Has anyone else experienced this? And how do I fix it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us a page with the problem?

    Thread Starter kyarauk

    (@kyarauk)

    Hi Andrew,

    Sure, here, please have a look [link removed]

    When you click on the more info, you will see the jump.

    • This reply was modified 7 years, 11 months ago by kyarauk. Reason: removing link to website which isn't live yet
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This is specific to the way your theme has been built.
    Try installing a Custom CSS plugin and adding this CSS:

    
    html .learn-more-content {
        clear: both;
        padding-top: 0 !important;
    }
    
    Thread Starter kyarauk

    (@kyarauk)

    OMG Andew, thank you so much, that worked! I’ve been pulling my hair out for the past three days!!! Thank you again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘More Tag – Slight Jump’ is closed to new replies.