Match my Wordpress Site
AndrewVernon
Registered Users Posts: 33 Big grins
Hey Guys,
This forum has been SO incredibly helpful already. But I wanted to see if there were any more pointers.
I am trying to make my smug mug account as closely as possible match my existing wordpress site which is www.AndrewVernonPhotography.com
The most important things I'd like to have match would be all of the spacing of elements throughout the page, the menu bar colors, spacing, etc, size and spacing of social icons, I would absolutely LOVE to build an expanding search box like what's in the top corner of my wordpress site etc.
Any pointers on how to accomplish some of these things?
Here's what I have so far - http://andrewvernonphotography.smugmug.com/Landscapes/Florida/
Here's a gallery page from my wordpress site - http://andrewvernonphotography.com/portfolio/color/
Thanks in advance for ANY help you can give!
This forum has been SO incredibly helpful already. But I wanted to see if there were any more pointers.
I am trying to make my smug mug account as closely as possible match my existing wordpress site which is www.AndrewVernonPhotography.com
The most important things I'd like to have match would be all of the spacing of elements throughout the page, the menu bar colors, spacing, etc, size and spacing of social icons, I would absolutely LOVE to build an expanding search box like what's in the top corner of my wordpress site etc.
Any pointers on how to accomplish some of these things?
Here's what I have so far - http://andrewvernonphotography.smugmug.com/Landscapes/Florida/
Here's a gallery page from my wordpress site - http://andrewvernonphotography.com/portfolio/color/
Thanks in advance for ANY help you can give!
0
Comments
I don't think you are going to match the search feature.
Your WordPress container is 'max-width:1000px', so you'll need to change your Smugmug width site from 960px to 1000px.
You can add this to theme's CSS to get your social badges closer to what you want.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Awesome! How did you copy it over? Is it just as easy as copying the PHP file?
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Interesting... Where did you get the HTML / CSS from? Is it a view page source type of thing?
Thanks for your help!
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks again for the help.
So, the code you gave for the social icons is working to resize them, but hasn't affected the spacing between them at all. Any ideas on how to fix that?
That should have worked. Try adding the '!important' here:
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
Ah ha! I figured it out. I had it set to the small social icons and the code was referencing the medium. Fixed that up, and it worked beautifully. Thanks for the help!