• Resolved glitzzz1

    (@glitzzz1)


    Hell is there a way to change the main footer section to 1 column? I would like for the main footer to only contain 1 widget, and I dont see that option. thanks!

    • This topic was modified 4 years ago by glitzzz1.
Viewing 2 replies - 1 through 2 (of 2 total)
  • hzlateska

    (@hzlateska)

    Hello,

    Choose any layout, add widgets to “Footer 1” widget area in “Appearance ??Widgets” and then add this code to “Appearance ??Customize ??Additional CSS”:

    .sinatra-footer-column {
        display: none;
    }
    
    .sinatra-footer-column:first-child {
        display: block;
    }
    
    #sinatra-footer .sinatra-footer-column {
        flex-basis: 100%;
        max-width: 100%;
    }
    Thread Starter glitzzz1

    (@glitzzz1)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change main footer to a single column’ is closed to new replies.