Okay
  Public Ticket #2374610
Seperator with Text Alignment Issue
Closed

Comments

  •  1
    Casey started the conversation

    When I add H2 tags to the Seperator with Text element, it causes the text to be right aligned even though it is set to center aligned. Removing the H2 tags resolves the issue, but leaves the text smaller than desired. Thank you,

  •  2,982
    Andrew replied

    Hi Casey,

    Remove the heading tags and adjust the font size and weight of that in Salient > Typography > General html

    5451709194.png

    Hope this helps.

  •  1
    Casey replied

    Thanks Andrew, in this case I am using the separator element as a page title. I'd rather not change the font style of all other separators or H4s on the site. Is it possible to address this specific instance?

  •  2,982
    Andrew replied

    Hi Casey,

    Use the following css:

    .vc_separator h4 {
        font-size: 40px !important;
    }
    

    Hope this helps.