Magazine Premium WordPress theme is my favorite theme and that’s what I’m using it on Crunchify. It comes with default 5 footer widget section and there isn’t any clear advise available on how to modify number of widget and steps.

In order to move to 4 widgets:
- go to Appearance -> Widgets Area
- Keep only 4 widgets in
Extended Footerarea. - Go to Mag Premium -> Custom CSS
- Add custom CSS there as mentioned below
#bottombar .bottom-widget {
float: left;
width: 22%;
margin: 0 1%;
}
In order to move to 3 widgets:
- go to Appearance -> Widgets Area
- Keep only 3 widgets in “Extended Footer” area.
- Go to
Mag Premium-> Custom CSS - Add custom CSS there as mentioned below
#bottombar .bottom-widget {
float: left;
width: 30%;
margin: 0 1%;
}
Clear your cache if you are using any Caching plugin and you are all set.
