Forum replies created
we updated the theme package, please install it again and let me know if it works. thanks
where do you make changes? in the theme options?
for me it actually works, probably you are moving too fast and don’t let the preview page to reload…then the button changes to Save/Publish
please use the provided Custom CSS for now, we are working on a fix which will be available very soon, thanks
please provide the website URL, we need to check the code
please try to insert this Custom CSS in the Theme Options and let us know if it works for you:
/** adjust margins will fix the layout **/
.home-content-boxes .col-md-3.content-box {
margin:0 0.8% 0 1%;
}
/** adjust margins will fix the layout **/
.home-content-boxes .col-md-4.content-box {
margin:0 0.8% 0 1%;
}
/** adjust margins will fix the layout **/
.home-content-boxes .col-md-6.content-box {
margin:0 0.8% 0 1%;
}
/** To prevent button from overlapping content **/
.col-md-6 .content-box p{
min-height:200px;
}
/** To prevent button from overlapping content **/
.col-md-3 .content-box p, .col-md-4 .content-box p{
min-height:120px;
}
/**overwrite so as to allow button to center align.**/
.cntbox_btn a{
position:relative;
left:0 !important;
top:0 !important;
}
we are working on this issue and will be fixed soon in next theme update
just tested with iPad and same configuration as yours and see no issues. Have no idea what the issue is on your device.
and what device? iPhone, iPad..?
do you have any other browsers to check it on your OS?