Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #715654

    In “Footer – column1” I added a custom menu and chose the footer menu, however the items are being shown vertically instead of horizontally.

    #715767

    Hey DJQuad,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #716023

    See below

    #716516

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer .widget_nav_menu a {
        display: inline-block;
        margin-right: 10px; 
    }
    #footer .widget_nav_menu li {
        display: inline-block;
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.