Home › Forums › Theme support › Luxury theme padding on mobile › Reply To: Luxury theme padding on mobile
Hi,
we saw on your website there that the page is overfloating the screensize, and we set ‘overflow:hidden’ to the page, that’s why there is the problem with the price.
You can add this css code to your style.css file / or in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content to make the overflow visible:
#page {
overflow:initial !important;
}