Viewing 2 replies - 1 through 2 (of 2 total)
  • This puts an image under the tagline:

    h2.site-description {
    background: url(/wp-content/uploads/NAMEOFFILE.png) repeat fixed 0 0;
    }

    Need to be more explicit on what you need, and include a site link if not immivisa.com.au

    Looks like you may have already done this, but you should reposition using:

    .element {
    position: relative;
    top: 0px;
    left: 0%;
    }

    and then make adjustments. Use ‘-‘ to move up or left from start-position.
    For width dimensions, using % ensures your responsiveness is maintained.

    Thread Starter dhruvsahni

    (@dhruvsahni)

    Thanks for letting me know. I will make changes as suggested and will let you know if further support required.

    Thanks Again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TAG line’ is closed to new replies.