Decrease gap between widgets
-
Hi
How do I decrease the gap between widgets.
I want the BROWSE ADS image widget to have no white space between itself and the widget above (DONATE TO MELTON)
ThxThe blog I need help with is: (visible only to logged in users)
-
Next question please:
Re: The image widget CONTACT US NOW FOR MORE INFORMATION
I would like the width of this widget to increase on the left and right so that lines up perfectly with the widgets above it
Thanks
-
Hi there,
How do I decrease the gap between widgets.
I want the BROWSE ADS image widget to have no white space between itself and the widget above (DONATE TO MELTON)Can you please point me to the exact page where these widgets appear? I visited your site but was unable to find them.
Re: The image widget CONTACT US NOW FOR MORE INFORMATION
I would like the width of this widget to increase on the left and right so that lines up perfectly with the widgets above itYou could use the following custom CSS to remove the margins around the image on that particular widget:
#image-34 { margin: 0; }Let me know how you get on with that or if you have any extra questions.
-
Hey thanks very much for the help. The margin thing worked perfectly :)
Re the first question, its on the page: https://meltoncapetown.org. Notice that in the right hand side side bar there are 4 widgets that make up a graphic titled: Meltons Business Network. The first 3 have no gaps but the fourth image ( (DONATE TO MELTON) has an ugly gap at the top
-
Hi @darrylcotton,
Thank you for clarifying!
You could decrease that gap using the following snippet:
#image-26.widget.widget_image { margin-top: 0; border: 0; }Hope that’s helpful.
-
-
- The topic ‘Decrease gap between widgets’ is closed to new replies.