Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1406357

    Hi Enfold

    I need help to adjust the catalouge mobile.

    On th

    This is how it is right now
    Pris pr.
    behandling kr.
    495,-

    I would like to like this
    Pris pr.
    behandling kr. 495,-

    In the headline I need more space between price and text

    Today it goes like this
    Klippekort 10 4.950,-

    I´d like it to more like this
    Klippekort 10 4.950,-

    Thanks ;)

    #1406406

    Hey Alan,

    Thank you for the inquiry.

    You can add this css code to create more space for the product price info on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-catalogue-content {
        padding: 0;
      }
    }
    

    And to create more space between the product title and the price info, just insert this css code.

    .av-catalogue-title-container .av-catalogue-title {
        margin-bottom: 10px;
    }
    

    Best regards,
    Ismael

    #1406729

    Hi Ismael
    Great, consider this one closed.

    Thanks ;)

    #1406742

    Hi Schmidtgrafisk,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Catalouge mobile view’ is closed to new replies.