Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1081110

    HI! I had this setup almost perfectly earlier today, had some serious caching going on & made a change to the CSS that screwed everything up SO I’m starting from scratch.

    This is the current CSS I have in there:
    .home .logo { display: none!important; }

    here is the site:

    Homepage:
    I want to keep the logo hidden, minimize the container for the menu & center the menu.

    On all other pages, I want the logo left & menu right.

    Please halp!!

    #1082013

    Hey kjwaggz,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .home #av_section_1 .content {
        padding: 0 !important;
    }
    .home #av_section_1 {
        min-height: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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