Good afternoon, I have three questions
1. This part of my page does not have a good responsive. It looks bad How can I solve that?
Image
2. The button looks bad on my screen How can I adjust it?
Image
3. how can I remove this text from the footer “Enfold theme by Kriesi”
Image
Thanks for you help
Hey larias_transfiriendo,
1. The problem is the padding added on the column.
Try adding this css code in Quick CSS:
<pre><code>@media only screen and (max-width:767px) {
#top #features .flex_cell.av_three_fifth {
padding: 30px !important;
width: 100%;
}
}
2. Can we request for a screenshot?
3. Just add this after your copyright text:
<pre><code>[nolink]
Best regards,
Nikko