-
AuthorPosts
-
July 10, 2014 at 9:45 pm #289733
I just put up a new header and there is a little bit of white space on each side of it. I can’t select full-screen sections under theme options, it won’t allow me. I’m also unable to use an image that is 220 pixels in height. The theme will allow me to select 220 under custom header height, but this just adds white space under the image. The max I’m able to select is 200. The image is 1250 x 220. Is there any way to remove the white space on the sides of the header and make the header height 220? Thanks guys.
-
This topic was modified 11 years, 4 months ago by
robertwood04.
July 10, 2014 at 10:47 pm #289758Hi!
Try with this code:
#header_main .container, .main_menu ul:first-child > li a { height: 220px; line-height: 22px; } .html_header_top #top .av_header_stretch .container { width: 100%; } .logo img { height: 220px; padding: 0; }Best regards,
JosueJuly 10, 2014 at 11:06 pm #289762That worked wonderful. Thanks again! How do I make the main menu bar larger (longer) in landscape mode on the iPad? Also, I have an update notification. If I update, do I need to reenter all the quick css? I have it all saved in a separate document.
July 10, 2014 at 11:10 pm #289765Hey!
Try modifying this code you have in Quick CSS (set a font-size of 12px or more):
@media only screen and (max-width: 1139px) { .avia-menu-text { font-size: 9px !important; } }No, Quick CSS is saved in the database. If you have not modified the theme core files is safe to update.
Regards,
JosueJuly 10, 2014 at 11:16 pm #289770Ok, I can only go to 10px before it makes the menu drop in standard view. Any way around this? It’s not a huge deal, just something my eye catches.
July 10, 2014 at 11:20 pm #289774You could color the menu background:
#header_main_alternate { background: #068ca0; }Regards,
JosueJuly 10, 2014 at 11:35 pm #289789That’s what I really wanted to do! I’m happy. I just told my wife I have a new best friend :). Thanks you very much!
July 10, 2014 at 11:46 pm #289805You are welcome, thanks for the kind words :)
Regards,
Josue -
This topic was modified 11 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
