Font mismatch between default SM and html
ChancyRat
Registered Users Posts: 2,141 Major grins
How can I make the top HTML, match the bottom snippet default SM gallery description?
I think both of these are in Buda.
In the HTML block (top snippet), the font is set as 16 pt (code entered into the html block).
In the main theme, the font is Buda, I don't see a way to set the pt or any size. I think that is determining the default gallery description (bottom snippet). (?)
thanks.
I think both of these are in Buda.
In the HTML block (top snippet), the font is set as 16 pt (code entered into the html block).
In the main theme, the font is Buda, I don't see a way to set the pt or any size. I think that is determining the default gallery description (bottom snippet). (?)
thanks.
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Quite the opposite. I think I saw 8 pt size. Extremely tiny.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
You really need to start using Chrome and it's "inspect element". It's SOOOOO Simple! All you'd need to do is right click on the text you like, and click "inspect element". It jumps to the code that touches that element. The window has 2 pains ... on the left is the source code for the page. On the right is all the CSS that touches that element. You just scroll down on the right side of the window until you find the CSS you're looking for.
From what I gather, you're looking to figure out what font-size and line-spacing is required so that your HTML block matches the text settings of the gallery description?
Can you send me the HTML source code for one of these pages? I'll take a look. Shoot me an email again.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
I use FF with the Firebug tool. Much easier, IMO than Web Developer tool.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I did it! In Chrome! As you said, easy as pie.
It appears the setting was 20px in the default gallery desc.; so I have changed it in the HTML blocks from 20 px.
Will post some pics next as comparisons
This is probably not going to show the subtleties of differences that I see on my screen.
I have two questions:
- Did I match them? I want the top to be like the bottom.
- IE, bless it's little soul, I now see it:
(a) Hasn't removed the breadcrumb of the main folder (which you had given me code to remove so that only the title of the gallery is visible)
(b) doesn't have bullets in the <li> code in HTML. Sigh.