Add Listing Page Full Width

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

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

Open Support Ticket
  • Author
    Posts
  • #247484

    Elad
    Buyer
    Post count: 92

    Hi guys, I am trying to make the “add listing” page full width. I have set the page to full width template and removed all the widgets from the sidebar. My attempts to target attributes with css have failed.

    #247485

    Elad
    Buyer
    Post count: 92
    This reply has been marked as private.
    #247531

    Kiran
    Moderator
    Post count: 7069

    Hi Elad

    You should use this one css to achieve that.

    
    
    .page-template-page_full-width .geodir-common > #geodir_content,
    .page-template-page_full-width .geodir-common > .sidebar {
        width: 100%;
        float: none;
    }

    Thanks

    #247532

    Elad
    Buyer
    Post count: 92

    That worked. Thank you 🙂

    #247534

    Kiran
    Moderator
    Post count: 7069

    You are welcome 🙂

    #272354

    Cory Sanchez
    Expired Member
    Post count: 12

    Hi there! I too have been trying to set the “add place and event” pages to full-width without success. I found CSS code on a few support posts but none of the code worked. The CSS code on this post partially worked. It did expand the width but there is still a narrow column. Unfortunately, there is also a vertical scroll bar to complete the add listing. Not sure what else to do. Help is appreciated.

    #272355

    Cory Sanchez
    Expired Member
    Post count: 12
    This reply has been marked as private.
    #273017

    Kiran
    Moderator
    Post count: 7069

    Hi Cory,

    After modifying css snippet, now add listing pages are displayed to full pages as you expected.

    
    
    
    .page-template-page_full-width .geodir-common > #geodir_content,
    .page-template-page_full-width .geodir-common > .sidebar {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        overflow: auto !important;
    }
    
    

    Thanks,
    Kiran

    #273470

    Cory Sanchez
    Expired Member
    Post count: 12

    Kiran, thank you so much. Looks great!

    #273660

    Kiran
    Moderator
    Post count: 7069

    You are welcome! 🙂

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

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

Open Support Ticket