HI
Thanks for contacting to us.
We have designed footer widget section, For adding 4 widget in a row.
If you want to increase footer widget width, after increasing width you will add 3 widget in a row.
To increase footer widget width simply follow the given below instruction.
1 Find the custom-widgets.php file located in your theme folder>> functions folder >> widgets folder.
2 Open the file and find the below line of code on line no 20.
'before_widget' => '<div class="col-md-3 col-sm-6">',
3 Replace it with below line of code.
'before_widget' => '<div class="col-md-4 col-sm-6">',
Let us know for any confusion.
Thanks
It increased the size of the widget area. But it increased width and height as well. And any kind of widget I try to put there, it’s restricted to… A 1/3 of the screen or something. If it’s a ultra wide image, it’s cropped, if it’s a galery, it’s limited to 3 square images, a forth one is placed on a second line… I’m trying to put one of this widgets there, but in some way that it sprads by the blog width.
-
This reply was modified 5 years, 6 months ago by
zverissimo.
Well, it’s kinda solved setting options on the Word Press customizer. Thanks for the help.
Hi
Glade to Know that its resolved.
Thanks