Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #806366

    Hello, I am trying to move the main menu functions under the slider. Maybe any of these could accomplish it.

    1) add logo to full width sub menu area on the left.
    2) Move main menu functions under slider
    3)Make full width sub menu not full width to be able to fit inside a grid area.

    Thank you for your help. This is my 4th enfold theme and loving it. I am slowly changing all my sites over to you! Keep up the great work!

    #806383

    Hey jubileephotography,
    Here’s my attempt at choice #1, add logo to full width sub menu area on the left:
    Try this code in the General Styling > Quick CSS field:

    #top .av-submenu-container {
      background-image: url(https://www.pazzo-italiano.com/wp-content/uploads/2017/06/destin-italian-restaurant.png);
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: contain;
    }

    Best regards,
    Mike

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