• How do I change the footer widths of the 3 areas in the footer. I’d like to have mine be about 20% left, 60% middle, and 20% right?

    Thanks,

    Eric

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear Eric,

    please insert the following custom CSS into “Theme Options > Other Settings > Custom CSS” to set different width for the individual footer widget areas:

    body .footer-widget-area-1 {width: 210px;}
    body .footer-widget-area-2 {width: 636px;}
    body .footer-widget-area-3 {width: 210px;}

    You can define the “width” properties in pixels or percentages. If you use pixels, the sum of all 3 values should be 1056 pixels). If you use percentages, their sum should be about 95% due to margins between the widget areas.

    Best regards,
    Tomas Toman

    Thread Starter errogers

    (@errogers)

    Worked perfectly.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Area Width's’ is closed to new replies.