• Resolved chrislewis217

    (@chrislewis217)


    Two Things:

    1. I want to change the width of my website (the container) so the content takes up more empty space using CSS.

    2. The footer at the bottom has a empty white background at the bottom. How do I get rid of that? Can I use CSS for that as well?

    Thanks in advance for any assistance you can provide.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @chrislewis217,

    Please find my in-line response for your questions:

    1) I want to change the width of my website (the container) so the content takes up more empty space using CSS.

    => Please put below css code in your current theme’s style.css file and set whatever width you want to display content.

    /* Container */
    .container {
       max-width: 95%;
    }

    2) The footer at the bottom has a empty white background at the bottom. How do I get rid of that? Can I use CSS for that as well?

    => Please put below css code in your current theme’s style.css

     #designer {
       margin-bottom: 0px;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thanks!

    Plugin Contributor Liz Gannes

    (@lizgannes)

    Hi Chris, This is not an empty banner, please view your landing page with the direct URL. Your published landing page is adding additional CSS to the page which is rendering the page in this way where the footer is shown as an empty white space.

    https://page.co/ZMm4

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t Change Website Width’ is closed to new replies.