Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719157

    Ahoy,

    How do I move the subheading for the special heading right and up?

    I’m trying to match this layout see screenshots

    #719463

    Hey mcraig77,

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

    .av-subheading.av-subheading_below {
        position: relative;
        left: 25px;
        top: -15px;
    }
    

    Best regards,
    Yigit

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