• Hello, my blog is whatvwant.com
    I am using jetpack css editor to change css of my footer. I have placed below code

    .footer-widgets {
    background-color: #000;
    clear: both;
    font-size: 16px;
    color: #fff;
    max-width: 1400px;
    }

    .widget li {
    border-bottom: 0 dotted #ececec;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 16px;
    }

    Earlier it was working. Suddenly it’s width changed to 1100px. Even if I change manually, it is not working. Can any one tell me solution.

Viewing 1 replies (of 1 total)
  • I’m not exactly sure what it is your after here, but looking at the site, the entire site is set to a max width of 1140px, so currently you’d have to change some things around if you wanted the footer only to be specifically wider or you can change the wrap class around the entire page to be wider, see the screenshot below of dev tools and where you can make that change. Hope that helps.

    https://prntscr.com/8qvnyd

Viewing 1 replies (of 1 total)
  • The topic ‘Footer widget css change is not working’ is closed to new replies.