• Resolved episkeptes

    (@episkeptes)


    Hi!

    I’m really enjoying your plugin but I was having a bit of an issue with the fancy text. It’s especially noticeable on mobile but faintly noticeable on desktop too.

    When the typed text erases itself, if it was on it’s own line the elements below move up as though the line was completely erased, rather than leaving the space. As a result, if a person is looking at the homepage above the fold, the Contact button keeps moving up and down as the fancy text re-types.

    I tried adding spaces so the line wouldn’t go totally blank, but it doesn’t seem to register it.

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rafin

    (@rafinkhan)

    @episkeptes,

    Thank you for providing us the details. I am looking into this and I will get back to you soon.

    Thank you!

    Plugin Author Rafin

    (@rafinkhan)

    @episkeptes,

    Hi, there. Can you please try adding this following CSS:

    @media (min-width: 768px) {
    	.eael-fancy-text-container.style-1 {
    		height: 130px;
    	}
    }
    @media (max-width: 767px) {
    	.eael-fancy-text-container.style-1 {
    		height: 135px;
    	}
    }

    Let me know how it goes. It should resolve the issue of yours. Thank you!

    Thread Starter episkeptes

    (@episkeptes)

    Hi Rafin,

    That seemed to solve it. Thank you so much for the speedy and effective solution!

    Thread Starter episkeptes

    (@episkeptes)

    Hi!

    If I could just ask another follow up on this same element. If the prefix extends past 1 line, for some reason even if that 2nd line only has 1 word on it, the Fancy Text will appear on a 3rd line. But if the whole thing is 1 line, they can appear on the same line.

    Is there a way to keep the Fancy Text from automatically going to the 2nd line? It can look weird when there’s plenty of space available.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fancy Text moves other elements’ is closed to new replies.