Archived topic
content "moves" on page load
7 replies · Started by Annika on April 27, 2018
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
Hi there,
I'm not seeing the issue.
Any specific section I should be looking at?
Let me know :)
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?
Can you try setting equal_heights="false" within your Lightweight Grid Column shortcodes?
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.
Try adding this CSS:
.inside-grid-column {
padding-left: 0;
}
yes, this did the trick! Thanks a lot.
Awesome, glad I could help :)