Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #431618

    Hey sarahed!

    Try adding this to your custom CSS.

    #top #header .av-main-nav > li > a {
      padding: 0 6px !important;
    }

    Best regards,
    Elliott

    #431702

    hi 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

    #431815

    hi 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
    Sarah

    #432581

    Hey!

    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,
    Ismael

    #432590

    hi 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
    sarah

    #432965

    Hi!

    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,
    Yigit

    #433194

    hi 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

    #433869

    Hey!

    Great, glad you got it fixed. Please let us know if you have any more questions.

    Regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.