Home page content section width

This topic contains 5 replies, has 3 voices, and was last updated by  Kor 8 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #191719

    Howard Farmer
    Free User
    Post count: 20

    Newbie using directory_starter theme

    I am trying to align the content section with map and search box container – see image attached.

    It seems to be aligning to left screen edge. I have tried changing home left, content, right to 20, 53, 20 on HOME PAGE LAYOUT SETTINGS

    Any help appreciated

    #191737

    Guust
    Moderator
    Post count: 29970

    Code of images cannot be inspected, but try adding something like this to your CSS:

    
    
    #geodir-wrapper {
        max-width: 1170px;
        margin: auto;
    }

    To fine-tune, have a look here:
    https://wpgeodirectory.com/docs/customizing-your-style/

    #191974

    Howard Farmer
    Free User
    Post count: 20

    Hi Guust

    THanks for the suggestion. Added

    #geodir-wrapper {
    max-width: 1170px;
    margin: auto;
    }

    to style.css. But no effect!

    See here:
    http://www.atozdirectory.info

    What am I doing wrong?

    #191976

    Kor
    Moderator
    Post count: 16516

    Hi Howard,

    Could you try inserting the custom CSS code into GD > Design > Scripts > Custom Style CSS Code and see if it works?

    Thanks!

    #191980

    Howard Farmer
    Free User
    Post count: 20

    Success – many thanks

    #191981

    Kor
    Moderator
    Post count: 16516

    Hi Howard,

    Awesome! Enjoy GD and let us know if you need anything further.

    Thanks!

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