GD Listing Top Section – Left Margin Padding

This topic contains 6 replies, has 3 voices, and was last updated by  Alex Rollin 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #424720

    Nik
    Expired Member
    Post count: 36

    Hello WPGeoDirectory Team,

    Would appreciate your CSS suggestions on how to increase the left margin padding of the Ad in the listing page. The Ad Widget is placed in the GD Listing Top Section. Please see attached.

    Thanks so much.

    Nik

    #424746

    Guust
    Moderator
    Post count: 29970

    We will need the URL of that page to check the code, but have a look at https://wpgeodirectory.com/docs/customizing-your-style/ , you may be able to solve it yourself.

    Thanks

    #424862

    Nik
    Expired Member
    Post count: 36
    This reply has been marked as private.
    #424865

    Guust
    Moderator
    Post count: 29970

    Try this:

    
    
    .geodir_full_page{
    margin: auto;
    max-width: 1410px;
    padding: 0 50px;
    }

    Thanks

    #424882

    Nik
    Expired Member
    Post count: 36

    Thanks so much, Guust.

    Your CSS codes work like a charm. I added padding to the top too.

    .geodir_full_page{
    margin: auto;
    max-width: 1410px;
    padding: 0 50px;
    padding-top: 10px;
    }

    Nik

    #424909

    Guust
    Moderator
    Post count: 29970

    You’re welcome:)

    #424966

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

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

Open Support Ticket