Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi, I have items that now overlap after updating on many of my pages as well as the letters “pa” appearing everywhere that I have a button. I have tried adding padding to the rows, adding blank space, nothing I can think of is working.
Hello,
Please go to file button.php, and replace it’s code with this: https://codeshare.io/kW1GJ
You have installed plugins that conflict with theme files, causing elements to overlap. I added this code into your custom css box:
.vc_col-sm-8.wpb_column.column_container.with_padding {
padding-top: 65px;
}
.vc_col-sm-4.wpb_column.column_container.with_padding {
padding-top: 65px;
}
.animated_counter { padding-top: 150px;}
It is ok now.
Best regards!
Hi-
When I click that link there is nothing there. Can you please post again?
Hello,
Sorry, please check it again. It should be ok now.
Best regards!
You must be logged in to reply to this topic.