Forum replies created
the layout is defined as it is for now..if you want to display content mobile first, then I would recommend to use right sidebar layout.
well, the gap will be always there because you wanted the slider image to be 100% so the slider background cover is defined as .t4p-slider .background-image { background-size: contain; } , the slider height is defined as fixed now
hm…for me it works fine as it uses default wp avatar function get_avatar($comment, '50')
which filter do you mean exactly?
insert for example in Custom CSS:
#header .alora-row,
#main .alora-row,
.footer-area .alora-row,
#slidingbar-area .alora-row,
#footer .alora-row,
.page-title,
#header-sticky .alora-row {
max-width: 1300px;
}
modify per your needs
can you post a screenshot of the gap?
has the child theme identical sidebar files?
we don’t test our themes with 3rd party plugins, you could keep a backup of your current JetPack version, and update to the latest one and see if it works or not
use this code then:
.widget-content {
margin:0 0 25px;
overflow:hidden;
padding:0 15px 20px 15px;
background-color:#6BD5F1;
border:1px solid #afcde3;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.widget-title {
padding-top:20px;
}
provide your website with WP admin login details in Private Reply please