Positioning add listing page

This topic contains 6 replies, has 2 voices, and was last updated by  Felicia Felicia 6 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #403931

    Felicia Felicia
    Buyer
    Post count: 140

    Hi,

    I want to shift the content of “add listing” page to the right.

    I have used this css code:

    div#geodir_content {
    margin-left: 50px!important;
    margin-top: 20px!important;
    }

    But it’s shifting the details page as well. How do I target that component only in the “add listing” page, not the details page?

    Thanks!

    #403936

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    Thanks!

    #403942

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #403951

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    Please try this custom CSS. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .sd-add div#geodir_wrapper {
        padding:50px!important;
    }
    #403956

    Felicia Felicia
    Buyer
    Post count: 140

    Hi Kor,

    I’ve added in, but it’s still not working.

    #403957

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    I’ve moved the custom CSS code to the top and could you check and see if it works now?

    Thanks!

    #403959

    Felicia Felicia
    Buyer
    Post count: 140

    Yes it’s working! Thanks Kor.

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