-
AuthorPosts
-
April 20, 2015 at 5:49 am #431092
hi,
I set up a new Enfold site last week and am finding my last top menu item (CONTACT) seems to have slipped down to the next row and is getting lost… can I somehow move it back up to the same line as the other items?
http://oaklandsdesign.com.au/heights/
many thanks,
sarah
April 20, 2015 at 9:40 pm #431618Hey sarahed!
Try adding this to your custom CSS.
#top #header .av-main-nav > li > a { padding: 0 6px !important; }
Best regards,
ElliottApril 21, 2015 at 2:19 am #431702hi Elliot,
thanks for this advice – I’ve added it to the custom.css file… that’s in the css folder of the enfold theme files… however it’s not making any difference.
http://oaklandsdesign.com.au/heights/
Am I doing something wrong?
Sarah
April 21, 2015 at 8:46 am #431815hi Elliot,
I’ve got a couple more issues happening:
1. Im using the accordion slider for the home page http://oaklandsdesign.com.au/heights/ and whilst it’s showing perfectly in firefox it’s not rendering the image on the titled images in IE and Chrome…I can see that your sample one does in the Enfold preview sample…can you help me with what I’m doing wrong?
2. In my blog area http://oaklandsdesign.com.au/heights/projects/ – I’d like to change the normal andhover state away from red (on the Category links) as it doesn’t suit my theme – can you explain how I can change this.many thanks
SarahApril 22, 2015 at 6:57 am #432581Hey!
1.) Please try to add the code in the Quick CSS field:
#top #header .av-main-nav > li > a { color: #0bedfd; font-size: 14px; padding: 0 6px !important; }
2.) I checked the home page on Chrome and IE, the accordion images are working fine. Please try to remove browser cache then reload the page. Make sure that you have the latest version of the browsers.
3.) Adjust the color with this in the Quick CSS field:
#top .av-magazine .avia-inherit-font-color a.av-magazine-top-heading, #top .av-magazine .avia-inherit-font-color a.active_sort, #top .av-magazine .avia-inherit-font-color a:hover { color: #0bedfd; }
Regards,
IsmaelApril 22, 2015 at 7:10 am #432590hi Ishmael,
thanks for this advice… numbers 2 & 3 are perfect now…but I’m still having problems with number 1 – The CONTACT US menu item is still wrapping down… I’ve put the style in the Quick CSS field… and removed Elliot’s previous suggestion re adding code to the custom.css file.I’m not sure why it’s still not working.
thanks
sarahApril 22, 2015 at 5:07 pm #432965Hi!
Please add following code to Quick CSS
.av-main-nav > li > a { padding: 0 10px; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
YigitApril 23, 2015 at 1:57 am #433194hi Yigit,
This worked perfectly – many thanks for your help!
My problem with the previous suggestions was with the conversion of the > – so thank you for pointing this out to me.thanks,
sarah
April 24, 2015 at 5:27 am #433869 -
AuthorPosts
- You must be logged in to reply to this topic.