-
AuthorPosts
-
July 3, 2014 at 10:01 pm #286887
Hello,
My Main navigation bar is off center. How do I center it and possibly extent the blue bar for the navigation links full width. Also, how do I reduce the white space under the header on the iPad. On the iPhone the main navigation button is white, how do I change it’s color. Thanks
July 3, 2014 at 10:52 pm #286912Hey!
Try adding this code to the Quick CSS:
.boxed .container { margin: 0 auto !important; }
Cheers!
JosueJuly 3, 2014 at 11:35 pm #286935That worked for centering the navigation bar. Thanks. Anyway to reduce the white space under the header in iPad mini or change the color of the main navigation box on iPhone
July 3, 2014 at 11:43 pm #286938Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { #header_main { max-height: 140px; } }
Cheers!
JosueJuly 4, 2014 at 5:00 am #287032Hi,
My Navigation button is missing on the iPhone. There’s just a white patch there but is not recognizable as the main navigation link. Can you tell me how to fix this?July 4, 2014 at 5:05 am #287033I can see that, try adding this too:
#advanced_menu_toggle, #advanced_menu_hide { color: gray; }
Change gray for the color of your preference.
Cheers!
JosueJuly 4, 2014 at 5:09 am #287034That’s better but still white. Any way to make the box this color #068ca0?
July 4, 2014 at 5:10 am #287035Also, how do I unlink my socket?
July 4, 2014 at 5:24 am #287036You can use this code to color the toggle:
#advanced_menu_toggle, #advanced_menu_hide { color: white; background: #068ca0; }
Regarding the socket you can set [nolink] here – http://i.imgur.com/YYiQFBZ.png
Cheers!
JosueJuly 4, 2014 at 5:38 am #287038It still won’t unlink for some reason. It’s trying to send me an email when I click it.
July 4, 2014 at 5:40 am #287039I also noticed that on the iPad mini the main navigation links don’t work. When I try to click them it forces me to click the entire header. When I switch to landscape mode, the links work but the size of my navigation bar increases and my menu drops down.
July 4, 2014 at 6:53 am #287045Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJuly 4, 2014 at 7:22 am #287052This reply has been marked as private.July 4, 2014 at 3:01 pm #287215This reply has been marked as private.July 4, 2014 at 5:29 pm #287298Hi!
Please try deactivating all active plugins and check if that helps
Regards,
YigitJuly 4, 2014 at 7:56 pm #287355That didn’t work
July 4, 2014 at 9:44 pm #287372Heres the cs I’ve added in the quick css. I bolded 2 lines. Could they be causing a problem?
#header .submenu {
background: none transparent;
}
.tablepress-id-N tbody td {
font-family: Josefin Slab;
font-size: 16px;
color: #000000;
}h1, h2, h3, h4, h5, h6 { font-weight: bold!important; }
#avia-menu li:first-child a {
border-left: 0 !important;
}
#avia-menu li:last-child a {
border-right: 0 !important;
}#footer .social_bookmarks li {
clear: none!important;
}#footer div .av_one_half:nth-child(1) { width: 38%; }
#footer div .av_one_half:nth-child(2) { width: 58%; margin-left: 4%; }.logo img, #top .logo, .logo a, #header_main .container { width: 100%; }
.html_header_top.html_logo_relative .logo {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}#main .container_wrap .container main, #main .container_wrap .container {
max-width: 890px;
}
@media only screen and (max-width: 989px) {
.avia-menu-text {
font-size: 9px !important;
}
}.main_menu { center: 15%; }
.boxed .container {
margin: 0 auto !important;
}@media only screen and (min-width: 768px) and (max-width: 989px) {
#header_main { max-height: 140px; }
}#advanced_menu_toggle, #advanced_menu_hide {
color: gray;
}#advanced_menu_toggle, #advanced_menu_hide {
color: white;
background: #068ca0;
}July 5, 2014 at 4:41 am #287427Hey!
Please review your site now.
Regards,
JosueJuly 5, 2014 at 5:03 am #287441It works again. Any way to keep the menu from dropping down when you turn it to landscape mode on the iPad mini?
July 5, 2014 at 5:37 am #287447Ok, check it now.
July 5, 2014 at 6:08 am #287463Oh no! It linked the header again. It does work in landscape mode now and the navigation bar isn’t dropping down. Is there a way to have the best of both worlds?
- This reply was modified 10 years, 4 months ago by robertwood04.
July 5, 2014 at 6:14 am #287465I forgot a detail, it should be fine now.
July 5, 2014 at 6:17 am #287466Yes it is. Thanks again! I left a 5 star review on them forest for this theme and mainly the incredible support I’ve received. Any other place I should leave it? I’m definitely purchasing this theme again for my future projects. I wish I could have my wife bake you guys cookies or something :) .
July 5, 2014 at 6:21 am #287468Thanks for the kind words and the review, we’re always glad to help :)
Regards,
JosueJuly 7, 2014 at 2:58 am #287783My socket is still linked to the email. I places [nolink] before the text in the socket but still linked. Anyway to fix that?
July 7, 2014 at 4:20 am #287800The [nolink] is used to remove the Kriesi backlink that will appear there by default. The linking you were having on your socket was because you had a unclosed link in one of your footer widgets, i already fixed it.
July 7, 2014 at 4:44 am #287810Thanks. The navigation button for the main navigation menu in the responsive mode is covering the header. Is there a way to move it down to the space just below the header? Is there a way to label it Menu or Navigation or something?
July 7, 2014 at 7:06 pm #288138Try with this code (i modified what you already have):
#advanced_menu_toggle { top: 120%; line-height: 12px; right: 45%; } #advanced_menu_toggle:before { content: 'Main Menu'; font-size: 12px }
July 7, 2014 at 7:21 pm #288143Anyway to have that text run horizontal instead of vertical? More like a rectangle instead of a square.
July 7, 2014 at 8:30 pm #288161#advanced_menu_toggle{ height: 60px !important; width: 120px !important; }
Modify as needed.
-
AuthorPosts
- The topic ‘Center Main Navigation Bar & Reduce white space under header on iPad’ is closed to new replies.