Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

Hey everyone I know this is probably an easy one but I'm not sure what the code is to move my content down more. I feel that in my bio and contact parts of my site they are too close the the navbar/logo. So I was wondering how to go about moving this stuff down. Is it a padding code or a margin code or something different altogether?

My site is: http://k-ophotography.smugmug.com/

share|improve this question

1 Answer

up vote 4 down vote accepted

Add this to the end of your CSS Box, Advanced Customizing page:

.gallery_21582062 #journal {margin-top: 100px;} (adjust the number of px to taste).

.gallery_21670413 #albumDescription {margin-top: 100px;} (adjust the number of px to taste).

share|improve this answer
Thanks Andy I had a feeling it was something along those lines, slowly learning what code does what – Keith Mar 17 '12 at 17:26
just realized I had it in the journal part just forgot that darn "px". The little things I tell ya! Thanks Andy as always – Keith Mar 17 '12 at 17:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.