• Resolved beckswade

    (@beckswade)


    I only want one widget to displayed in the footer area. However, I would like it to stretch across the full width of the page.

    At the moment it’s condensed over to the right.

    How can I change this please?

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this code to Theme Options – Other – Custom CSS and you are ready to go. This will make first widget in the footer full width.

    .col-3:first-child {
        width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Footer Widget width full screen?’ is closed to new replies.