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 ;)
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
Hi Ismael
Great, consider this one closed.
Thanks ;)
Hi Schmidtgrafisk,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko