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

    Hi,

    I want to centre and increase the size of the Header Phone Number/Extra Info on this website:

    Can you help?

    #1461269

    Hey ballindigital,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header_meta.av_extra_header_active > .container {
      display: flex;     
      justify-content: center;
    }
    .phone-info {
    	font-size: 14px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1461314

    Thank you!

    #1461316

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centre and Increase Size of Header Phone Number/Extra Info’ is closed to new replies.