• I’m trying to center my tagline in my sistina child theme. I’ve tried adding a bunch of different custom CSS in the child styles.

    The domain is https://www.nepamotorsports.com I want to center “TEL: (570) ***-**** Email: nick@nepa****s.com” along with make the telephone number & email a link.

    Anybody have an suggestions for me? I’ve tried everything and it’s irritating me.

    Thanks,
    Nick

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Nick,

    You may want to try entering the following styles into your active stylesheet.css file:

    #tagline {
      text-align: center;
      margin: 1.5em -.5em 0 0;
    }

    Evan

    Thread Starter ncktstc

    (@ncktstc)

    Great! That worked by entering it in the custom css plugin I have.

    Question, how can i make the phone number a call link for mobile along with the email an email link?

    Thread Starter ncktstc

    (@ncktstc)

    Anyone have any idea?

    Thread Starter ncktstc

    (@ncktstc)

    Is it even possible? :\

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to center tagline along with making bold / link.’ is closed to new replies.