• Hello, i want to make one big footer with max width. How i can do this,somehow delete left and right ones, or only change max widht on central one?

    Thank you !

Viewing 1 replies (of 1 total)
  • Hey there lup4o,

    Hope you’re well today!

    This could be done with some custom CSS. The code will work for the Footer Widget Area One so you’ll have to use that one to add your widgets. Since the theme has it’s own custom CSS tab you can add the code there, it is located in Appearance >> Customize >> Advanced Options >> Custom CSS.

    div#footer_one {
    width: 100%;
    }

    This should make the widget area one in full width.

    Hope this helps ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Make one big footer’ is closed to new replies.