• Resolved gadgetman1966

    (@gadgetman1966)


    widen my menus
    stuff found on the forum does not work, plugin for wider menu does not work.

    Should not have to do this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello Gadgetman,

    Please give your site URL with screenshot of your issue.

    Thanks.

    Thread Starter gadgetman1966

    (@gadgetman1966)

    Actualy trying to center m footer menu.
    Thank you
    http://g-mancomputers.com/

    Thread Starter gadgetman1966

    (@gadgetman1966)

    This Theme is not easy it is a pain in the butt and the Theme does what it wants to.
    One day it runs a certain way the next day adding a menu item is different.

    Hello,

    Please give screenshot for your issue.

    Thanks.

    Thread Starter gadgetman1966

    (@gadgetman1966)

    g-mancomputers.com

    The footer menu, needs to be centered left to right.
    Just need to slide the footer menu over to the right by 1/2″.
    Thank you in advance.

    Thread Starter gadgetman1966

    (@gadgetman1966)

    Figured it out, from previous advice.
    Thank you.

    Hello,

    Go to enigma theme folder and open footer.php file and see the code –

    'before_widget' => '<div class="col-md-12 col-sm-6 enigma_footer_widget_column">',

    Replace it with given code –

    'before_widget' => '<div class="col-md-12 col-sm-12 enigma_footer_widget_column">',

    Now Go to Dashboard -> Apparance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –

    @media(max-width:768px){
    #footer_sitemap_widget li {
        margin-left: 0px; 
    }
    #footer_sitemap_widget li {
        margin-right: 0px; 
    }
    #footer_sitemap_widget li {
        margin-right: 0px; 
        padding-left: 35px;
    }
    }

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Widen menus’ is closed to new replies.