Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1282324

    Hello! I have a problem with the alignment of the text with the icon. You can see it in the attached file and in the url https://e-moya.gonext.works/hospitales/
    screen2

    What can I do to solve this

    Thanks!

    #1282446

    Hey jordip,

    The words are long and they break alignment.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-inner-tab-title {
        text-align: center;
        min-width: 130px;
    }
    #top .av-section-tab-title {
        padding: 10px 10px 0 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1282489

    Thanks, that’s ok but the lower triangle has shifted out of place. Can you see it?

    screen3

    • This reply was modified 3 years, 9 months ago by jordip.
    #1282661

    Hi jordip,

    Please add this code too:

    
    .avia_transform .av-tab-arrow-container span {
        left: 70%;
    }
    

    Best regards,
    Victoria

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