The layout went after the edits in the last topic

This topic has 5 replies, 2 voices, and was last updated 2 months, 2 weeks ago ago by Goostaf

  • Avatar: Goostaf
    Goostaf
    Participant
    August 6, 2024 at 20:48

    Hello, I’m sorry, we noticed the problem again after embedding the code from the previous topic: https://www.8theme.com/topic/how-do-i-align-the-price-and-the-cart-button-in-one-line/#post-400284

    We have an image jumping on some products, how can I fix it?

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    August 7, 2024 at 07:59

    Hi @Goostaf,

    Please also add this custom CSS code:

    
    body .content-product {
         justify-content: start;
    }
    

    Hope it helps!

    Avatar: Goostaf
    Goostaf
    Participant
    August 7, 2024 at 10:04

    Thanks, it worked, but for some reason some products have a button at the bottom anyway

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    August 7, 2024 at 10:35

    Hi @Goostaf,

    Please find this custom CSS code:

    
    @media (min-width: 980px){
        .content-product .button.add_to_cart_button {
            position: absolute;
            right: 0;
            bottom: 5px
        }
    

    And change to this:

    
    @media (min-width: 980px){
        .content-product .button {
            position: absolute;
            right: 0;
            bottom: 5px
        }
    }
    

    Hope it helps!

    Avatar: Goostaf
    Goostaf
    Participant
    August 7, 2024 at 13:32

    Great, thanks again!

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘The layout went after the edits in the last topic’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.