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

    Hi I’m having difficulty to align on the left the av-special-heading tag h1.

    It is on the LHS but not aligned to the text below.

    I tried from previous posts:

    av-special-heading-tag h1 {
    float: left !important;
    margin-left: 0px !important;
    }
    But they did not work.

    Thanks

    #1227489

    Hey demicoli00,

    Please try this instead:

    .av-special-heading-tag h1 {
    float: left !important;
    margin-left: 0px !important;
    }

    Best regards,
    Rikard

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