Hi,
I'm working with your Parallax theme, and am having issues with my logo's size and permission. I would like to be able to integrate my site - see
[Links visible only for registered users] - with my PhotoShelter site such that users will move seamlessly between the two without feeling like they've left the main site. As you can see from
[Links visible only for registered users], the logo is larger and centralised. How can I accomplish the same for my main site?
Thanks for your help!
Comments
logo size can be increased under Theme options > Global > Logo section but to center, you need to use the following css:
#Top_bar .logo {float: none !important;
text-align: center !important;
}
#Top_bar { display: none !important; }