One column in sidebar widget possible?

This topic contains 5 replies, has 3 voices, and was last updated by  Stiofan O’Connor 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #27076

    Tom
    Buyer
    Post count: 123

    Dear support team,
    is it possible to use the grid view in the GD sidebar widget, but show just one column?
    I have the problem that when using the lowest possible amount of colums (=2), each column is still so tight that the headlines are not showbn completely.
    When switching to list view, the headlines get to big – plus I generally like to have the layout with pic on top, and the text below like in the grid view.

    Is it possible to show the GD popular view widget in grid view with just one column (and font sizes and layout stay the same, just using the whole width and thus being shown comletely)?
    Thanks

    #27077

    Tom
    Buyer
    Post count: 123
    This reply has been marked as private.
    #27083

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Tom,

    Should be as simple as adding this line to your child theme CSS file.

    
    
    .sidebar-right-item .geodir_category_list_view li.gridview_onehalf {
    width: 100%;
    }

    Thanks,

    Stiofan

    #27087

    Guust
    Moderator
    Post count: 29970

    It is even simpler by just adding 100 in the Listing width, see http://docs.wpgeodirectory.com/widgets/#popular-post 🙂

    #27088

    Guust
    Moderator
    Post count: 29970

    And add this to your CSS to show the whole title:

    .geodir_category_list_view li.geodir-gridview h3 {white-space: normal}

    #27089

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    ahhhh i wondered why that feature was requested, i almost removed it as i didn’t see the point 🙂

    Stiofan

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