putting 5 photos in same row for homepage widgets
-
I wanted to know how I can put all 5 of the image widgets I have in the bottom of the homepage into one row only. Right now they’re split into three columns. Is there a way to change this to 5? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
This CSS should do the trick – the will be very small on mobile screens, so you may want to consider a media query to let them switch to a column on narrow screens :)
#secondary .widget { max-width: 20%; }
- The topic ‘putting 5 photos in same row for homepage widgets’ is closed to new replies.