• Resolved tl0120

    (@tl0120)


    Hello,

    I am trying to place a dropdown menu at the bottom of my website’s header. How can I change the style of the menu so its smaller? Currently its width takes up the entire webpage.

    I am using the shortcode for using the dropdown menu in the header file of my theme.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help.

    You will need a way to add some custom CSS to your theme. For example:

    #theme-switcha { width: 300px; margin: 0 auto; }

    You may need to ask your theme provider for help with adding the code. Or you can use a plugin that enables custom CSS, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme Switch Menu Resizing’ is closed to new replies.