Responsiveness

This topic contains 5 replies, has 2 voices, and was last updated by  Paolo 8 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #157029

    Roman
    Buyer
    Post count: 232

    Hi, is there a way to make columns stack when the screen width is lower when 1000px, curreently the value is set to smth much lower.
    Thank you.

    #157397

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    that really depends on the theme used.

    If you provide a link we can check and let you know.

    Thanks

    #157524

    Roman
    Buyer
    Post count: 232

    All other pages I have are stacked at 1000px, only GD pages are stacking up at smth less then that and it makes columns look wierd on iPads in portrait mode.
    You can see it here http://www.dancelifemap.com

    #157564

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    this is really a customization that goes beyond support and its related to match responsivness of GD with that of your theme.

    You can start by adding this to your custom css:

    
    
    @media screen and (max-width: 1000px) {
    .geodir-sidebar-right, .geodir-sidebar-left, #geodir-wrapper-content {
        min-width: 100%;
        height: auto!important;
    }
    }
    

    But that’s as much as we can provide, adjusting anything else will be your responsability.

    Thanks

    #157763

    Roman
    Buyer
    Post count: 232

    Ok, I got it,
    Thank you Paolo 🙂

    #157888

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket