Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #654888

    The footer stretches full-width. How do I set the width of the footer to be 1/1 like my slider on the front-page.
    website: http://www.robbins-engineering.com
    Thank you!
    Lori

    #655802

    Hey lrobbins303,

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

    #footer .container {
        background: #333333;
    }
    #footer {
        background: white;
        padding: 0;
    }
    

    Best regards,
    Yigit

    #657187

    thank you for you help. I made the changes but the footer is still a little wider than the main page content.
    Appreciate any suggestions.
    Thanks, Lori

    #657206

    Hey!

    Please add following code to Quick CSS as well

    #footer .container {
        max-width: 1030px;
    }

    Regards,
    Yigit

    #658519

    thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘ENFOLD FOOTER WIDTH’ is closed to new replies.