Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #643448

    Hi

    on this page

    http://www.transcar.co.uk/

    I am trying to adjust the baseline shift of the words BY and & in the banner caption

    I am using the css

    .shift {font-size:50px !important; font-family: ‘Marcellus SC’, serif; letter-spacing: 4px !important; baseline-shift: 20px !important }

    but it does not work

    it is not important but if it is possible to fix them that would be great

    thanks!

    #643838

    Hey,

    Try using position instead:

    .shift {font-size:50px !important; font-family: ‘Marcellus SC’, serif; letter-spacing: 4px !important; position: relative; bottom: 20px; }
    
    

    Best regards,
    Josue

    #643945

    perfecto :)

    many thanks!

    #643964

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘baseline shift’ is closed to new replies.