Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1691390
CSS issues on mobile with 125x125 ads widget.
Closed

Comments

  • Patricia Bradford started the conversation

    Hello, 

    I recently purchased and installed Soledad (Hipster) theme and had a question with how to make the 125x125 ad widget that appears on the sidebar on desktop as a two-column grid, appear the same way on the mobile version of our site. Right now, the ads are displayed in a vertical line. We need them to show in two columns as they do on the desktop version. Do you have any insight into what CSS to use and where in order to achieve this? Thank you. 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 480px){
    .g-col, .g-dyn, .g-single { width: auto; }
    }
    

    Best Regards,

    PenciDesign