• Resolved Vic

    (@feelmtl)


    Hello,

    Currently I am using the free version of the modern store theme and would like to upgrade to the pro version. I am wondering if the pro version will have the option to move my secondary menu bar (which is currently align from the left hand side horizontally at the top of my homepage) and able to move to the bottom of my page (vertically).

    Is one of the upgraded features in the Pro version “adds 6 new widget areas” will solve this problem or is something else? Where are the other 6 new areas options I can choose from?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Modern Store!

    There isn’t an option to change the location of the Secondary menu, but Modern Store Pro does include a Footer widget area. You could add a Navigation widget into the footer and display your secondary menu that way.

    You’ll also want to add this CSS into the Additional CSS section in the Customizer to make the menu items display in a horizontal line:

    .site-footer .widget_nav_menu {
    	text-align: center;
    }
    .site-footer .widget_nav_menu li {
    	display: inline-block;
    	margin: 0 8px;
    }

    Here’s a sample of how that will look: https://screenshot.competethemes.com/ApuGA6jw

    Thread Starter Vic

    (@feelmtl)

    thanks for your quick reply. Just upgraded to pro version.

    cheers

    Theme Author Ben Sibley

    (@bensibley)

    Great, thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Secondary menu to bottom of the hoempage’ is closed to new replies.