Geodirectory main and sidebar width issue in Divi

This topic contains 2 replies, has 2 voices, and was last updated by  Kor 6 years, 1 month ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #422925

    Alia Tulloch
    Expired Member
    Post count: 1

    Hi there,

    I’m wondering if someone can help me figure this out. I just installed GD and it looks great, except that the main area and right sidebar are really narrow, and there’s a huge gap on the left. If I enable the left sidebar or disable the right sidebar, the formatting for the whole page goes sideways. I can’t adjust the width of the main area or left sidebar through the GD design options panel in the back end. The wordpress theme I’m using is Divi. I’ve included some screenshots below. Any thoughts on what may be causing this?

    Thanks!

    #422945

    Alia Tulloch
    Expired Member
    Post count: 1
    This reply has been marked as private.
    #423014

    Kor
    Moderator
    Post count: 16516

    Hi Alia,

    You can use the custom CSS code to fix the issue you had there.

    
    
    @media (min-width: 981px) {
    #left-area {
        width: 60%!important;
      
    }
    #sidebar {
        
        width: 40%!important;
    }
    
    #main-content .container:before {
        width: 0px!important;
       
    }
    }
Viewing 3 posts - 1 through 3 (of 3 total)

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

Open Support Ticket