#19897
Sushil Adhikari
Moderator

No worries, I will simply change your icon as a pain in the ….. lol Just kidding 😛

Anyway, not sure I understand what you are wanting to display in portrait mode…are you wanting the widgets to go side-by-side and not vertical? If so, you will have to explore and play with the media queries for the resolution of a portrait mode for the footer widgets. I will be honest, this will not be easy (complicated actually) because this will require some creative changes to the media queries of the container for this group in the style.css under this:

@media (max-width: 767px) {

….for the container and row classes, but to target the footer-group container in the theme only, otherwise you will end up with a messy layout for other areas of your pages. The max-width: 767px is for phones (both portrait and landscape). Landscape would be a min of 480px to 767px range (the higher gets into tablets).