-
AuthorPosts
-
June 9, 2014 at 6:12 pm #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.
June 9, 2014 at 6:31 pm #276521Hi 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,
JosueJune 9, 2014 at 6:44 pm #276536This reply has been marked as private.June 9, 2014 at 6:56 pm #276546Try adding this code to the Quick CSS:
#header_main_alternate { background: #999796; }
Also, the login details you posted are not working.
Cheers!
JosueJune 13, 2014 at 8:08 pm #278706This reply has been marked as private.June 14, 2014 at 4:34 am #278792Hi!
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,
IsmaelJune 14, 2014 at 4:51 am #278798This reply has been marked as private.June 14, 2014 at 5:49 am #278816Make sure you write the greater than symbols correctly. When you copy it directly they will get transformed to characters codes.
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.