Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #932608

    Hi there!

    The menu of my site and the content are overlapping. Could you please tell me how I fix this?

    Thanks in advance,
    Roi

    #932683

    Hey Roysenberg,
    I see that your sidebar menu is behind your logo, please try this code in the General Styling > Quick CSS field:

    #nav_menu-3 {
    margin-top: 30%;
    }

    Best regards,
    Mike

    #934793

    Hi Mike!

    Thanks for the help, it did work (I chose 40% however, I think this looks better.

    I have two additional questions:

    1. The main menu on top is not visible because of the font- and background-color (both are white). I tried some of the menu-options, yet it doesn’t change. Do you know what I did wrong?

    2. I want to include into the tabsection of this sub-site a contact form. A contact form, that when used from this place, is referencing to this sub-site. Like on this website here (look at their tabsection below the product-photos, you’ll see the third tab is a contact form).
    How do I achieve this with Enfold?

    Thank you very much for your help!

    #935134

    Hi Roysenberg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_transparency #header.av_header_transparency  #header_meta .phone-info  {
      color: #808080;
    }
    

    Do you have the embed code for the form?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #943554

    Hi Victoria,

    sorry for replying so late. I solved the first issue by now, but still want to have the contact form in the tab-section.

    For example on this site I have a contact form below the tab section:

    I would like to have it as another tab in the tab section, is that possible?

    What did you mean with -embed code- though?

    #943848

    Hi,
    I created a new tab, called “Contact Us” and pasted in the html of your form, please check.

    Best regards,
    Mike

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