Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276503

    I’m sorry for bothering y’all. This was resolved a long time ago in another topic but for some reason broke?

    I checked the quick style and it contains the same code you gave me before so I’m not sure what’s going on. The link to the old topic and the client website is in the private data.

    Below is the current quick css code:

    .title_container {
    display: none;
    }
    
    #header_meta {display: none; }
    
    #header_main {height: 150px; }
    
    .content, .sidebar {padding-top: 10px; padding-bottom: 4px; }
    
    body .column-top-margin { margin-top: 0px; }
    
    .bottom_nav_header.social_header #header_main .container {height: 100%; padding-top: 5px; }
    
    .template-page .entry-content-wrapper h1, {text-align: center;}
    
    #wrap_all {box-shadow: 6px 0px 5px -5px #000, -6px 0px 5px -5px #000; }
    
    #top .social_bookmarks li { font-size: 24px; }
    
    .responsive .container .nine.units {width: 680px; }
    
    #top #menu-item-search {display: none; }
    
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {color: #ededed; }
    
    #header_main_alternate .container{
    	width: 100%;
    	margin: 0;
    }
    .bottom_nav_header.social_header .main_menu>div, .bottom_nav_header.social_header .main_menu ul:first-child{
    	height: 25px !important
    }
    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
           padding: 0 45px;
           height: 25px;
           line-height: 25px;
           border: 0 !important
    }
    .avia-menu-fx {
          display: none !important;
    }
    
    #footer {padding: 0 0 30px;}
    
    .main_color blockquote, .main_color .avia-bullet {border-color: #3aaacd; }
    
    #top .main_menu .menu li {
    float: left;
    position: relative;
    z-index: 20;
    width: 12.5%;
    text-align: center;
    }
    
    .flex_column + .avia_textblock {padding-top: 0px; }
    
    /* Width Change to 1210px */
    .container {
    width: 1110px;
    margin: 0 auto;
    }
    
    .boxed#top {
    width: 1210px;
    } 
    
    .container .twelve.units { width: 1140px; }
    
    span.wpcf7-list-item { display: block; }
    
    • This topic was modified 10 years, 5 months ago by MuzSolutions.
    #276521

    Hi again Joshua!

    The first thing i noted is that now you use a “boxed” layout, you’d need to change it to the extended one in order to get the full width menu you want to have.

    Regards,
    Josue

    #276536
    This reply has been marked as private.
    #276546

    Try adding this code to the Quick CSS:

    #header_main_alternate {
        background: #999796;
    }

    Also, the login details you posted are not working.

    Cheers! 
    Josue

    #278706
    This reply has been marked as private.
    #278792

    Hi!

    Thank you for the info.

    The menu is still full width but there are borders. You can remove the borders with this:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a {
    border: none;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    border: none;
    }

    Regards,
    Ismael

    #278798
    This reply has been marked as private.
    #278816

    Make sure you write the greater than symbols correctly. When you copy it directly they will get transformed to characters codes.

    Cheers!
    Josue

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