Hello
I’m baffled as to how to style css that shows up in my Inspector as:
`
element {
height: 223px;
line-height: 223px;
}
located at ‘inline’.
(It results in a green underline bar highlighting the main menu page your on being *far* below the actual menu.)
How do I change ‘inline’?
Where is it?
Thanks.
Hey Translibrium,
Inline is a style attribute written in the HTML elements.
To change this you can edit the element or use !important; in your style to over ride it.
But you will still need to know the sectors of the element, in your case, please try:
#top #header_main > .container .main_menu .av-main-nav > li > a {height: 123px!important; }
Best regards,
Mike
Hi Mike.
Thanks for the reply.
Where do I put this code?
I tried putting it in the Quick CSS but that didn’t work.
Nik
Woops.
I posted the code from the email so that didn’t work.
Took the code above and it worked like a charm.
many thanks!
nik
Yup.
It can be closed Mike.
Nik