Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #899433

    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.

    #899463

    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

    #899471

    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

    #899472

    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

    #899502

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    #899833

    Yup.
    It can be closed Mike.

    Nik

    #899893

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Where's 'inline'?’ is closed to new replies.