Change colums for devices

This topic contains 4 replies, has 3 voices, and was last updated by  Kor 5 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #438840

    Bonnie Robinson
    Lifetime Member
    Post count: 9

    Hi guys! hopefully this will be easy. i need the code to control number of columns for search results on devices. Right now my mobile is showing two columns and the info is just too small. How can i change amount of columns please?

    Also, do you plan on making the7 by Dreamthemes compatible? Really popular theme at themeforest. It’s not too far off but does need a little help. See attached

    #438854

    Kor
    Moderator
    Post count: 16516

    Hi Bonnie,

    Thanks for your post. The grid adjusts automatically when the viewport (Screensize) changes. That’s how responsive works. Could you share your Website URL here so that I could check and see if it’s possible with custom CSS code?

    Thanks!

    #438882

    Alex Rollin
    Moderator
    Post count: 27815

    Please also share WP Admin and login URL in a private reply so we can take a look at the other issues and adjust he compatibility of the theme.

    #439452

    Bonnie Robinson
    Lifetime Member
    Post count: 9
    This reply has been marked as private.
    #439491

    Kor
    Moderator
    Post count: 16516

    Hi Bonnie,

    Thanks for your reply. Kindly insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to achieve what you needed there.

    
    
    @media only screen and (max-width: 600px) {
        .sd.search .geodir_category_list_view li.gridview_onehalf {
          width: 100%!important;
    }
    }
Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket