Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #571083

    I want to lower the Enfold Secondary Menu about 10px so it fits better with my Logo area’s background graphic. How can I lower that whole secondary menu? It’s now in the top right of the page.

    • This topic was modified 8 years, 2 months ago by rasa.
    #571812

    Hi rasa!

    Add this to your custom CSS.

    #header_meta { top: 10px; }
    

    If that’s not what your wanting then send us a link to your page so we can get a better idea of what your trying to do.

    Regards,
    Elliott

    #572395

    Hi Elliott,
    Thanks! That worked perfectly, however, now my logo graphic has a line running through it. This is a border line that I colored, but I’d rather have no border. How can I delete the Logo Area borders?

    #572396

    Well, I searched a bit and ended up using this code.

    That removed the offending borders!

    #header .container_wrap {
    border: none;
    }
    #main .container_wrap {
    background-color: transparent;
    }
    #572441

    Hi!

    Glad you got it short out!
    Please do let us know if we can do anything else for oyu, we will be more than happy to help you out

    Cheers!
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.