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

    Hi kriesi,

    How do I move the footer Third column widget “Menu” up. Right now there is too much space between ‘Hours” and “Menu”

    #1050772

    Hey Hudavi,

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

    CSS Snippet:

    
    /* CSS - Footer widgets */
    
    #top #footer #text-4.widget {
        margin-bottom: 0px;
    }
    
    #top #footer #nav_menu-2.widget {
        margin-top: 0px;
    }
    
    
    

    After adding the CSS please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1050992

    Thank You, This worked.

    #1051000

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Widget move up’ is closed to new replies.