Skip to main content

menu dropdown image background

 

Navigate to YOOtheme > SETTINGS > Custom Code > CSS/LESS, and add the following to it:

.uk-drop.uk-navbar-dropdown {
background: transparent url(../../../images/submenubackground.png) no-repeat;
background-size: contain;
top: 0px !important;
padding-top: @navbar-nav-item-height;
/* optional, depending on the style */
border: none;
box-shadow: none;
}

To adjust a possibly suitable shift to the lef — depending on the concept and the subject of the actually used background image — use the parameter YOOtheme > STYLE > Components > Navbar > Dropdown > @M Shift Margin, and set it to -80px, for example.

Layout / Header / Dropdown - change to center to line the image up in the centre of the main menu item, then...

play with the width of the dropdown in styles / navbar to get the image to centre.

  • Hits: 5

Boxed layout - Footer outside full width

Navigate to YOOtheme > SETTINGS > Custom Code > CSS/LESS, and add the following to it:

@media (min-width: @theme-page-container-width) {
    .tm-page-container .tm-page {
    max-width: none;
    background: @theme-page-container-background;
    }
}
@media (min-width: @theme-page-container-width) {
    .tm-page-container .tm-page > main,
    .tm-page-container .tm-page > header {
    max-width: @theme-page-container-width;
    margin-left: auto;
    margin-right: auto;
    }
}
  • Hits: 2

Dynamic Grid - Lightbox setup

Make sure the image URL is select for the "LINK" field of the Dynamic Content item of the "Grid":
GRID > Content > ITEMS > [Articles] > Content > LINK > Dynamic > Article: Intro Image.

Then edit the "Grid" itself, click on the tab "Settings" and apply the following:
LIGHTBOX > Lightbox: Image Enable lightbox gallery.
PANEL > Link: Image Link panel.

Optionally remove the content from the field Settings > LINK > Text — unless you want to get a button.

  • Hits: 2

Mega Menu megamenu Yootheme

Layout / Header / Dropdown

Turn on Dropdown full width submenus

But... Untick Align to navbar or all the items will line up on the left of the page.

You can adjust the megamenu to spread larger menus across the page.

 

 YOOtheme / Menus / 

Set up megamenus by clicking on the menu you want to upgrade and then the builder button beside the item

 

Width of the dropdown inside the dropbar!!!

Go to Customizer > Menus > [Menu] click on the name of the parent item (not on the "Builder" button), and select Dropdown Stretch: Navbar or Dropdown Stretch: Navbar Container.

 

 

Menus / Main Menu / choose your menu item / Nav / Settings / Grid

Changes the number of columns you want for your drop down.

 

  • Hits: 6