Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #389155

    Hi!

    I’m having a strange problem with the color section, it doesn’t shows the height correctly. The arrow that shows the change in section is covered with the background color.

    Any ideas?

    #389269

    Hey!

    Try adding this code to the Quick CSS:

    #nosotros .av-extra-border-inner {
        background: white !important;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #389512

    Hi Josue!

    Thank you for the fast response, that only changed the arrow to white color, but not the pending border. Any idea?

    #389657

    Hi,

    Have you tried disabling all your custom CSS and plugins to see if it gets fixed?

    Regards,
    Josue

    #389664

    Hi Josue,

    Yes, and it keeps the same.

    #389681

    I don’t know if it helps for something, but it only happens when I select “Small Padding”, in default padding I have no problem.

    #389707

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #389710
    This reply has been marked as private.
    #389858

    Hi!

    Check it now, i used this code to fix it:

    .avia-section.avia-section-small {
        min-height: initial;
    }

    Best regards,
    Josue

    #389877

    Thanks a lot Josue! Now everything works like a charm

    #389878

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Color section height problem’ is closed to new replies.