[Resolved] content "moves" on page load

Home Forums Support [Resolved] content "moves" on page load

Home Forums Support content "moves" on page load

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #561779
    Annika

    Hi Tom,
    I wanted to remove the paddings when using your columns plugin.
    Your advice was to use:

    .lgc-first .inside-grid-column {
    padding-left: 0;
    }

    This removed the padding, but since then the content of the page loads initially with the padding and then moves after a few milliseconds to the left. This looks weird.
    Any idea how to solve this?
    Best,
    Annika

    #562138
    Leo
    Staff
    Customer Support

    Hi there,

    I’m not seeing the issue.

    Any specific section I should be looking at?

    Let me know ๐Ÿ™‚

    #562284
    Annika

    Hi Leo,
    it happens on a lot of pages, e.g. the
    homepage (text in first section moves) https://psychotherapie-hughes.de/
    or
    this page (headline stays stable, content underneath moves)
    https://psychotherapie-hughes.de/verhaltenstherapie-muenchen-pasing/

    can you see it?

    #562292
    Tom
    Lead Developer
    Lead Developer

    Can you try setting equal_heights="false" within your Lightweight Grid Column shortcodes?

    #562677
    Annika

    Hi Leo,
    I’ve added it (e.g. to the homepage). But now it seems that I’ve got back the paddings (check out “mein angebot” on the starting page. There shouldn’t be a padding before “Psychotherapie”).
    Any other ideas?
    Thanks,
    Annika.

    #562874
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

    .inside-grid-column {
        padding-left: 0;
    }
    #563665
    Annika

    yes, this did the trick! Thanks a lot.

    #563837
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.