• Resolved Satman1

    (@satman1)


    I’ve moved my heading tag “Garmin voices|TomTom voices” but i am having trouble working out how to move the description underneath it to the left or right. Please can i have advice?

    my site= https://www.satvoices.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • .description{
      position: relative;
      color: #1878CC;
      display: block;
      font: 15px Arial;
    }

    in your style.css controls the “Quality Sat Nav voices” line

    you can add positioning elements to it to move it around like
    top:10px;
    left:10px;

    would move it down and right by 10px each

    Thread Starter Satman1

    (@satman1)

    Worked perfectly, thanks so much Voodoo!

    Sure thing! Glad it worked for you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i move the description tagline?’ is closed to new replies.