Okay
  Public Ticket #2215389
Shop Page 2 Top Padding
Closed

Comments

  •  1
    tara started the conversation

    Hi there, 

    Can you advise me how to add padding to page 2 of my shop page?  Currently my products are all up in my header.

    Thank you!

  •  1
    tara replied

    Attach screenshot per previous question.

  •  3,023
    Andrew replied

    Hi there,

    In regards to the issue, use the following custom css.

    @media only screen and (min-width: 1000px){
    .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
       
        padding-top: 28px;
    }}
    @media only screen and (max-width: 690px){
    .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        
        padding-top: 31px;
    }}
    

    Hope this helps.

    Kind regards,

  •  1
    tara replied

    Hey Andrew, 

    Unfortunately, it didn't... any other suggestions?  

    Update... I actually just increased the number of products that each page will hold & that got rid of the 2nd page... not ideal at a certain product number & it works for now.

    Thanks.

  •  3,023
    Andrew replied

    Hey Again,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks 

  •  1
    tara replied

    I actually just increased the # of products on the previous page & got rid of the 2nd page.  When I increase the number of products, I'll check back in.

    Thanks!

  •   Andrew replied privately