Need help fixing detail page spacing and homepage view

This topic contains 10 replies, has 2 voices, and was last updated by  Kor 4 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #497440

    grindflame
    Free User
    Post count: 16

    Hello,

    I need help fixing the space on the details page. The spacing on the top without disturbing the spacing on the other site’s pages (image attached) – https://smartplug.com/places/canada/british-columbia/west-vancouver/north-american-dealers/thunderbird-marina/

    Also, need 4 columns view on homepage (attached) – https://smartplug.com/location/

    Let me know how can I fix that.

    Thanks

    #497444

    grindflame
    Free User
    Post count: 16

    Also, how do I pull up the sidebar info on the top on mobile. (image attached)

    #497454

    Kor
    Moderator
    Post count: 16516

    Hi

    Thanks for your post. Please allow me to answer your questions accordingly.

    1. You can use the custom CSS code below to fix the top padding issue.

    #main {
        padding-top: 100px;
    }

    2. You need to apply this parameter layout=”4″ to your GD listing shortcode.

    3. What’s the sidebar issue about? Could you elaborate?

    #497749

    grindflame
    Free User
    Post count: 16

    If i add the padding its disturbing the other pages which doesnt have any padding issue only GD listing page has that issue.

    #497752

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Could you try using the custom CSS code below? It should target only the details listing page.

    .single #main {
        padding-top: 100px;
    }
    #497774

    grindflame
    Free User
    Post count: 16

    Thanks.
    https://smartplug.com/places/canada/british-columbia/west-vancouver/north-american-dealers/thunderbird-marina/ – This page if you look on mobile…the information which is on right sidebar goes on the bottom and is not aligned.

    I want it show just below the map.

    #497776

    grindflame
    Free User
    Post count: 16

    Also, the parameter layout=’4′ didn’t work.

    https://smartplug.com/location/

    #497778

    grindflame
    Free User
    Post count: 16

    Here on this page, the padding is not coming https://smartplug.com/location/

    #497830

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. Please use the custom CSS code below to center the sidebar on mobile.

    @media only screen and (max-width: 600px) {
      .widget.geodir-post-title {
        text-align:center;
    }
    }

    Use this to correct the padding on this page. https://smartplug.com/location/

    .geodir-page #main {
        padding-top: 100px;
    }

    Could you share your Website WP admin access here in private reply so that I could check on the shortcode issue?

    #497979

    grindflame
    Free User
    Post count: 16
    This reply has been marked as private.
    #498021

    Kor
    Moderator
    Post count: 16516

    Hi grindflame,

    Thanks for your reply. I’ve fixed it for you and could you please check?

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

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

Open Support Ticket