Tagged: widgets
- This topic has 3 replies, 3 voices, and was last updated 7 years, 9 months ago by stevegs.
-
AuthorPosts
-
March 31, 2014 at 6:57 pm #23674MelanieParticipant
Hi Catchthemes,
Is there a way to make the widget boxes (footer area 1,2 and 3) in the footer the same height?
My website http://www.allinmom.com
March 31, 2014 at 8:28 pm #23685SakinKeymaster@Melanie: It’s not possible just by css due to responsive design. But can remove the border and background. So, you don’t have to worry about height. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget { background-color: transparent; border: none; } #supplementary .widget img { border: none; }
March 31, 2014 at 8:50 pm #23690MelanieParticipantAwesome! Thanks for the wonderful support!
February 1, 2017 at 3:46 am #108518stevegsParticipantThis is a bit messy, but you can do it with DIVs. As Sakin noted: I tried without success doing it in the stylesheet – but the following did work:
Insert something like <div style=”min-height:250px;”> on its own line before *every* widget content and a closing </div>, again on its own line, at the end. The “min-height” can be adjusted to suit the longest widget but not so big as to be silly! NB: This won’t work on a Twitter feed widget if you have one – but that is usually one of the longest anyhow. Doing this will allow you to keep your borders.
-
AuthorPosts
- The topic ‘Make widgets in footer same height’ is closed to new replies.