Tanay
(@tanaykhandelwal-1)
In swiftbiz-lite/SketchBoard/functions/swiftbiz-featured-widget.php line:13 change “span4” to “span12” and add below css in custom css plugin or child theme
.row-fluid .mid-box.span12 {
margin-left: 0;
}
Regards,
Tanay Khandelwal
ok thank you, I will test it… it would be very useful 1mo ago…
now I use a different template…
it could be good if I do not need to change the code,
I am not a programmer and prefer use the templates as it is,
best regards,
/Bertalan
Tanay
(@tanaykhandelwal-1)
Hi Bertaian,
Hope you’re doing well:)
Yes it’s the best way to use Child_Theme for any customization and use the templates as it is.
For the above work you can copy paste the swiftbiz-featured-widget.php file into your Child_Theme directory include the file using below code in Child_Theme’s function.php
require_once('swiftbiz-featured-widget.php'); // INCLUDE WIDGET
Make the changes mentioned in previous reply and rename the new widget class name from SwiftbizFeaturedBox to SwiftbizChildFeaturedBox on line no. 6, 15 & 99. You can also change the name of this widget on line 16.
Regards,
Tanay Khandelwal