Full Width Settings

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

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

Open Support Ticket
  • Author
    Posts
  • #367495

    TJ Sadler
    Expired Member
    Post count: 5

    Hi. I’m using the plugin with the add-ons on a different theme. When I view on my site, the directory and all pages with the plugin are full screen width and looks strange. I don’t want the Directory to be full width, I’d like it to line up with the same dimensions as my page so that text, etc isn’t right up against the edge of the screen. Can you guide me through how to fix that? Thanks. My Directory is at http://yegfitness.ca/directory

    #367524

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Try using the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    #geodir-wrapper {
        width: 1170px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 30px;!important;
    }

    Thanks!

    #367535

    TJ Sadler
    Expired Member
    Post count: 5

    Thanks very much. That did the trick.

    #367538

    Kor
    Moderator
    Post count: 16516

    You’re Welcome. Please let us know if you need anything else.

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