-
AuthorPosts
-
January 16, 2016 at 7:25 pm #566571
Hi,
From the main menu I have a drop down but only has one item in the drop down. I would like to have it start directly under the main menu and not have such a big spacing gap. As well as remove the border and shadow effect. Would greatly appreciate your help.
January 17, 2016 at 1:17 am #566667Hey Zabrina!
Not sure if that is going to be possible. Send us a link to your page and take a screenshot highlighting the exact changes your trying to do and we’ll take a look.
Regards,
ElliottJanuary 17, 2016 at 2:57 am #566694Hi Elliott,
Sorry the site is not live. But I included screenshots in the private data field.
1. If this can not be accomplished what would you recommend for a clean look that wouldn’t look odd since there is only 1 drop down.
2. If I want to get rid of the outline and shadow, how do I do that? currently I have in the Quick CSS the following but it isn’t working:
#top .sub_menu li ul {
border: none;
box-shadow: none;
}Thank you
Z
January 19, 2016 at 2:21 am #567508Hey!
Try adding this code to the Quick CSS:
#top .av-main-nav ul{ margin-top: -50px; }
Cheers!
JosueJanuary 19, 2016 at 3:33 am #567535That worked like a charm – thank you. It was driving me nuts :) I was able to get rid of the shadow around the drop down menu.
1. How do I add a thick color border only to the bottom of the drop down menu. See website example in private content.
Would like to add this once there are more pages added to the drop down menu.2. Adding a color to the background of the drop down box? Just in case I would like to change it :)
Really appreciate your help.
Zabrina
January 19, 2016 at 11:56 am #567773Hey!
Use the following:
.header_color .main_menu .menu ul li a { background: red; } #top .av-main-nav ul{ border-bottom: 20px solid gray }
Regards,
JosueJanuary 23, 2016 at 3:55 am #570434Thank you Josue, works perfectly.
Enjoy
~ Z
January 23, 2016 at 12:48 pm #570521You are welcome, glad to help :)
Regards,
JosueJanuary 23, 2016 at 3:03 pm #570543Another question. The slider banner images keep enlarging/zooming in and cropping off. The banner dimensions are 1140×470 which I set in the slider settings. How do I stop it from cropping/enlarging the image?
January 23, 2016 at 11:59 pm #570636Hi!
We’d need to see the site live in order to debug that kind of issue. Let us know when you publish the site.
Best regards,
JosueJanuary 24, 2016 at 9:05 pm #570893Not sure how or what – but the banner images are working now :) go figure.
I know this is a silly question but I have three column’s the middle one I have a thumbnail image with the text that keeps wrapping around the bottom of it. I don’t want the text to wrap around the bottom of the image. I just need it for the middle column on the home page. Everything is left justified.
~ Z
January 24, 2016 at 9:16 pm #570896This is kinda difficult without seeing the issue but i’m going to guess, try with this code:
img[class*='align']{ margin-bottom: 100px; }
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.