Home Forums WordPress Themes – Premium Encounters More than one image in a widget Reply To: More than one image in a widget

#19884
Sushil Adhikari
Moderator

still no screenshot, but no worries, I now see the images you referred to. This is going to be one of those things where you have to create a custom CSS for the media query when viewed on a mobile device. So on one of the media queries for the smaller viewing size (resolution), you need to get a little creative with adding css to put a bottom margin on the images…it’s going to be a little difficult because you also need to target that particular widget ID so that only those images will take on the custom margin bottom when viewed in a smaller window.

**welcome to mobile design 🙂

the other option is for you to use the inline columns (which is a much easier solution). Use this as a guide:

http://demo.styledthemes.com/encounters/inline-columns/

Use the code for the two columns (span6) and replace the content with your images….one image in each column. Then repeat the code for another row.