sizing content blocks
Darspat
Registered Users Posts: 8 Big grins
I don't understand how to get all of my pages to look uniform. On my homepage, the text at the bottom of the page is too high up, but when I change it to push it down, on all the other pages you have to scroll down to see everything. I'm really confused with this.
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
Sorry about that, this is the first time I have actually posted anything. Just in case the signature did not come through, it is www.dpstills.com
Either remove it or use 'margin:0':
That will remove all of the margins except for your HOME PAGE. Add this ONLY ON YOUR HOME PAGE:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Then go to your Home Page. You'll see 4 small icons. The third one will look like a wrench (Options). Click on that and you should see two tabs, 'HTML' and 'CSS'. Click on the 'CSS' tab and put this there:
That should take care of that.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
If there isn't a way to add the CSS, then either add a HTML/CSS box or put it in your theme's CSS. The CSS I gave you SHOULD only work for the home page, regardless of where you put it. That's why I added the '.sm-page-home' rule.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
That worked great! I added a css block to my homepage. Thank you so very much for all your help! Maybe at some point I will learn enough to continue to better my website.