• First let me say I know almost nothing about coding. I am using the Nimva Theme. It has four footer widgets. I am only using 2 and want to change the width to of each to 50% of the footer area so I can put a map in one. I tried entering this code in to the custom css area in Theme Appearances but it does not work:

    .footer_widget_content {
    width: 50%;
    }

    Can anyone help me out here?

    Thanks,
    Priscilla

    madridlawgroup.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Priscilla,

    Edit your style.css file line 6290 where it currently reads

    #footer .col_one_fourth {
        width: 210px;
        margin: 0 40px 40px 0;
    }

    to

    #footer .col_one_fourth {
        width: 50%;
        margin: 0 40px 40px 0;
    }

    That will do it.

    Thread Starter zakdog123

    (@zakdog123)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Width of Footer Widgets’ is closed to new replies.