Archived topic
Main Navigation Menu affected after elementor page is added in GP Hooks
10 replies · Started by TiongYew on December 14, 2017
The typography and alignment of main navigation menu is affected after i add elementor page id into GP Hooks.
Kindly advise how to solve the issue.
Hi there,
What are you adding to GP hooks exactly?
I customize one page and make it as "footer".
then I add hook by using code [INSERT_ELEMENTOR id=xx] under column of 'before footer content'.
try to view website as below
What about it isn't working exactly? I assume it's the section with the Google Map in it?
The typography and alignment of main navigation menu is affected after i add elementor page id into GP Hooks.
alignment shd be on right hand side without interfering navigation logo.
I've just disabled the hook, the main navigation act normal.
Later when I enable the hook, the alignment and typography of main navigation menu go wrong.
Below is the screenshot for main navigation menu before and after hook is enable.
You have this CSS added which is causing that issue:
.main-nav {
list-style: none;
float: left;
margin: 0;
font-family: Montserrat,Arial,Helvetica,sans-serif;
padding-left: 100px;
}
Tom, appreciate a lot for your prompt reply.
Where can I remove this CSS? I don't find it under simple CSS and additional CSS.
It's in this file: https://my.sendinblue.com/public/theme/version4/assets/styles/style.css
Thank you very much for your support. Thumb up.
You're welcome :)