• Resolved zverissimo

    (@zverissimo)


    Hello.
    I didn’t find out how to change the footer widget width. Is there any aditional CSS code or something to increase the footer widget width?

    Same question about resizing the logo on the header (this time to turn it less wide).

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter zverissimo

    (@zverissimo)

    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 4 years, 5 months ago by zverissimo.
    Thread Starter zverissimo

    (@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

    • This reply was modified 4 years, 5 months ago by akhileshnagar.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer Widget Size’ is closed to new replies.