Calendar Widget and Latest Places Not Fitting in Divi Sidebar

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

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

Open Support Ticket
  • Author
    Posts
  • #26018

    joelmharrison
    Expired Member
    Post count: 16

    Hi, I’m using the Divi theme and am having issues with the Calendar and Latest Posts in the default sidebar on the listing not fitting.

    The Map originally didn’t fit either but you can modify the width of the map so I fixed that. The Calendar bleeds off the right of the page about a hundred pixels and the review stars don’t fit in the boxes of the Latest Posts widget, mostly because it’s 2 column, I would prefer a 1 column view since it’s in a sidebar but the “list” option goes even weirder.

    You can see both issues in the screenshot attached. Please advise. At this point I’m not planning on using the reviews so to be able to get rid of that completely would work too.

    website is http://www.altigo.ca

    #26028

    Guust
    Moderator
    Post count: 29970

    Add the following to your CSS:

    
    
    .no_event {padding: 2px !important;}
    .event_highlight {background: #66ccff !important; padding: 2px !important;}
    #geodir_event_calendar table td {padding: 5px; border: 1px solid #bbb !important;}
    .geodir_event_listing_calendar {padding: 5px}

    And adjust as necessary.

    I am not sure where you set the pixel sizes in Divi but you could increase/decrease your columns sizes and margins.
    http://docs.wpgeodirectory.com/customizing-your-style/

    #26093

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    In the next version of events to be released soon the cal will now be responsive and this should be resolved.

    Thanks,

    Stiofan

    #26144

    joelmharrison
    Expired Member
    Post count: 16

    Thanks that worked great for the calendar.

    I’m going without reviews for now so I’ll deal with the “rating stars” not scaling down enough in the gridview sidebar(as seen in my first screenshot)

    Also there was issue with the thumbnail for the latest places in gridview in the sidebar i just noticed. The thumbnail wouldn’t scale down properly when the browser window was shrunk partially.

    Should be incorporated into the Divi Comp Pack maybe?

    The code I used to fix was

    
    
    .geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail {
    	max-width: 100%;
    	}
Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket