Skip Navigation

[Resuelto] Layouts Genesis Integration 1.7 – Adds Margin-Top: 40px to #genesis-content

This support ticket is created hace 7 años, 5 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 respuesta, has 2 mensajes.

Last updated by Luo Yang hace 7 años, 5 meses.

Assisted by: Luo Yang.

Autor
Mensajes
#445560

Not sure if this is a big issue for anyone else, but the new Genesis integration adds a huge margin above our page content and makes it look really ugly. Have to fix it with this CSS:

#genesis-content {
 margin-top:0 !important; 
}

But you can still see it when first loading the page because it takes another second for the CSS to take effect.

#445631

Dear George,

There is CSS codes in the Layouts Genesis Integration 1.7, file public/css/theme-integration.css, line 23~27:

.content {
    float: none !important;
    width: 100% !important;
    margin-top: 40px;
}

There you can setup the margin-top parameters.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.