Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #770465

    How do I change the text size within a specific element and then center the height of the text within the text box, so it aligns with the button.

    #770869

    Hey dorikoren,

    Are you trying to align the text next to the button? If so you can try this in Quick CSS:

    .home .avia-promocontent {
      text-align:right;
    }

    Best regards,
    Rikard

    #774767

    Not exactly. I’m trying to align the button and text to the middle of the box. In other words, the text should still be on the left and the button on the right, but the two should be aligned in height to the middle of the box they’re in.

    #774770

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-promocontent h3 {
    	    margin-top: 0.5em!important;
    }
    

    Best regards,
    Vinay

    #775805

    Thank you

    #775822

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Text Size and Alignment for One Element’ is closed to new replies.