Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ariesrising,

    thanks for using MH Elegance lite.

    You could install a plugin to add custom CSS code (e.g Simple Custom CSS) and then add this code and modify the width as you like:

    .main-nav ul ul li { width: 200px; }

    Have a nice weekend.

    Thread Starter ariesrising

    (@ariesrising)

    Thanks, it worked well!

    Second question – I’m not using any sidebar at all, but everything is shifted too the left leaving blank space where the sidebar should be. What can I add to the CSS to centre the post area and get rid of the sidebar space?

    You’re welcome, but please keep in mind that you are using a free theme without any special support packages included and we can’t offer free customizations.

    If you are familiar with coding, you could for example use tools like Firebug to inspect the elements on your site and then add CSS code as you like. For example to get rid of the sidebar you could add:

    #main-content { width: 100% !important; }
    #main-sidebar { display: none; }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust width of drop down menu’ is closed to new replies.