Superfly and Essential Grid Issue

Hi guys,

After updating the Essential Grid plugin the issue mentioned here: Superfly Menu remove Site Title and Tagline space is re-appearing.

Blockquote 2. When the menu is set to sidebar, the essential grid doesn’t recognize it as the “border” of the page and goes under. Any ideas how to fix that?

The CSS provided in that thread is still in the Global CSS. Any suggestions on how to fix it this time?

Thank you!

Hi @kcreative,

Thanks for reaching out.

The reason why the CSS they provided you before is not working anymore because the essential grid changed the CSS class container. To fix your issue, you just need to change the new class name.

Instead of using this CSS identifier:

.esg-container-fullscreen-forcer {
	/*Your CSS code*/
}

Please update your code to this one:

.esg-esg-grid-1-1-fullscreen-forcer {
	/*Your CSS code*/
}

Hope that helps.

Thank you.

1 Like

Thank you for the help - didn’t even notice the class name was changed.

@kcreative,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

Hi, actually just noticed that the issue is still present on the sub-menu pages https://prnt.sc/u8auc5 , but it is not present on the front page… Any ideas how to fix that?

Hey @kcreative,

The grid class is different in the Adventure page. Always check the class if you’re going to use custom CSS.

image

The real solution to this though doesn’t require CSS. You just need to choose Boxed Grid Layout as the Fullwidth one will span the full width of the screen. You just then set all your section’s padding to 0.

image

Hope that helps.

Thank you for the help, this was exactly what I was looking for!

@kcreative,

It’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.