Jump to content

Site Title Font Different on Mobile Site Compared to "Mobile View" When Editing

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: http://www.lobuzzettacopy.com

Hello,

So I added a CSS that makes both my logo and site title visible, and it looks fine when I'm editing it, but when I go to the website on my phone, the font of the site title is different.

URL is lobuzzettacopy.com

CSS is:

.header-title-logo a:after {
    content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz";
    display: inline-block;
    font-size: 20px;
    font-family: Proxima Nova;
    color: black;
    text-align: center;
    vertical-align:middle;
    font-weight:500;
    padding-left: 15px;
}
.header-title-logo img {
    vertical-align: middle;
}

Link to comment
  • Replies 2
  • Views 271
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution
10 hours ago, NickLob said:

Site URL: http://www.lobuzzettacopy.com

Hello,

So I added a CSS that makes both my logo and site title visible, and it looks fine when I'm editing it, but when I go to the website on my phone, the font of the site title is different.

URL is lobuzzettacopy.com

CSS is:

.header-title-logo a:after {
    content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz";
    display: inline-block;
    font-size: 20px;
    font-family: Proxima Nova;
    color: black;
    text-align: center;
    vertical-align:middle;
    font-weight:500;
    padding-left: 15px;
}
.header-title-logo img {
    vertical-align: middle;
}

Your font name code is incorrect

.header-title-logo a:after {
    content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz";
    display: inline-block;
    font-size: 20px;
    font-family: 'proxima-nova';
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 15px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
7 hours ago, tuanphan said:

Your font name code is incorrect

.header-title-logo a:after {
    content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz";
    display: inline-block;
    font-size: 20px;
    font-family: 'proxima-nova';
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 15px;
}

 

Thank you so much!! 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.