Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1247596

    Hi,
    we use the tab section, and we would like the text of the titles to be vertically centered, how can we do this?

    e.g. “Herstellkosten kalkulieren”

    And there is a line break when I use a hyphen, see “CAD-Daten klassifizieren” but I like to set “CAD-Daten” in one row instead of two… how can we do this?

    Best regards
    Andrea

    #1247674

    Hey simus_systems,

    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

    
    a[data-av-tab-section-title="4"] .av-inner-tab-title  {
        min-width: 170px;
    }
    #top .av-section-tab-title[data-av-tab-section-title="4"] {
        padding: 10px 20px 0px 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1248126

    Hi Victoria,
    thanks for your answer. Your code changed the look of the 4.title, but we’d like to have them ALL vertically centrally arranged. In general. is that possible?

    best regards,
    Andrea

    #1248385

    Hi Andrea,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1248404
    #1248629

    Hi simus_systems,

    Best regards,
    Victoria

    #1248936

    Hi Victoria, in our opinion, a centered text should look like this (See Screenshot).

    #1249077

    Hi simus_systems,

    The text is vertically centered relating to the grey area, not the spans that they are rendered in. Also, you were asking about vertical alignment and so I did not look at the issue like that.

    Image 2020-09-28 at 17.28.10.png

    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

    
        .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
            text-align: center;
        }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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