How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Remove the sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10165
    cabhal
    Participant

    Hello. I removed the php line for sidebar from the template, but style, the empty space of that column is still there. Hwo can i remove it?

    #10177
    admin
    Keymaster

    Hi!

    If you removed the sidebar and you want to make the main column full width you can use the following filter:

    function poka_main_col_class_filter_func() {
    return ‘col-md-12’;
    }
    add_filter( ‘poka_main_col_class_filter’, ‘poka_main_col_class_filter_func’, 10 );

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.