style issue

This topic contains 8 replies, has 3 voices, and was last updated by  Robert Slaker 5 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #439110

    Robert Slaker
    Full Member
    Post count: 27

    This page does not have the padding at the top. And the sidebar has no background.
    https://adventureability.org/add-listing/?listing_type=gd_place

    WHY?

    It should look like this, https://adventureability.org/find-adventures/

    #439118

    Kor
    Moderator
    Post count: 16516

    Hi Robert,

    Thanks for your post. Could you please share your WP admin access here in private reply so that we could inspect this page? https://adventureability.org/add-listing/?listing_type=gd_place

    Thanks!

    #439127

    Robert Slaker
    Full Member
    Post count: 27
    This reply has been marked as private.
    #439136

    Kor
    Moderator
    Post count: 16516

    Hi Robert,

    Kindly insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS. Then let us know how it goes.

    
    
    div#gp-page-wrapper {
        margin-top: 40px;
    }
    
    #geodir-sidebar {
        background-color: #ffffff;
        padding: 2%;
    }
    #439214

    Robert Slaker
    Full Member
    Post count: 27

    That fixed the spacing on the broken page, but now ALL the other pages have much larger padding. So you fixed one page, broke all the others.

    What is the issue with the add listing page? IF ALL (YES ALL) the other pages work fine, but the add listing pagee has issues. Then you “fix” the add listing page and now ALL the other pages have issues.

    This is a mess. Is there a REAL fix?

    #439220

    Robert Slaker
    Full Member
    Post count: 27

    I can’t use this code. It has adding padding to ALL my pages. You fixed one, broke the rest.

    Please come up with another solution. Why is this ONE page not working and the only way to get it to work is to break the rest of them.

    Still in need of a solution.

    #439227

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    please try out this edit, replacing the previous CSS with the below.

    This one is prefixed with the ID of the add-listing page, to limit the scope to just that page.

    
    
    
    
    .page-id-100000029 #gp-page-wrapper {
        margin-top: 40px;
    }
    
    .page-id-100000029 #geodir-sidebar {
        background-color: #ffffff;
        padding: 2%;
    }
    
    
    #439241

    Kor
    Moderator
    Post count: 16516

    Hi Robert,

    I’ve corrected it using the custom CSS code provided by Alex. Could you please check now and see if it’s what you’re looking for?

    Thanks!

    #439262

    Robert Slaker
    Full Member
    Post count: 27

    THANK YOU! That seems to have fixed it.

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

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

Open Support Ticket