• Resolved 356ohara

    (@356ohara)


    Hi!
    I want to place a sidebar at the bottom of the web to show the various logo of the brand over the widget footer (calendar). It’s possible?

    web

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can use the footer column widget areas to place different widgets into the footer of your site.

    I’m not sure what you mean by adding a sidebar to the footer? You can see in the apperance > theme options > footer options all the different layout options.

    Kadence Themes

    Thread Starter 356ohara

    (@356ohara)

    Hi!

    Yes, but I want the footer spans the width of the web and below this line is 3 or 4 footer widgets. It’s possible?

    Thanks

    You can make the first widget area fullwidth and the next three sit under it. Add this css:

    @media (min-width: 768px){
        .footercol1 {width:100%;}
        .footercol2, .footercol3, .footercol4 {width:33.33%}
    }

    Kadence Themes

    Thread Starter 356ohara

    (@356ohara)

    Thank you very much, I like the two solutions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Sidebar Footer’ is closed to new replies.