Hello Gadgetman,
Please give your site URL with screenshot of your issue.
Thanks.
Actualy trying to center m footer menu.
Thank you
http://g-mancomputers.com/
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.
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.
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.