Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1074536

    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

    #1075312

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.