Viewing 3 replies - 1 through 3 (of 3 total)
  • The HTML for footer_one, footer_two, footer_three and footer_four has a span3 on each. You can override using:

    #footer_one {
        width: 10% !important; /* Adjust */
    }
    #footer_two {
        width: 10% !important; /* Adjust */
    }
    #footer_three {
        width: 10% !important; /* Adjust */
    }
    #footer_four {
        width: 10% !important; /* Adjust */
    }

    Just make sure the widths add up to 100%

    Thread Starter estudi33

    (@estudi33)

    It weorks perfectly. Thank You very much!!!

    In case anyone checks, your % add up to 90%. This is because you have margin-left set. But you have balanced the % to fit your needs so that’s fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify footer widgets width’ is closed to new replies.