I want to put thenavigation along side the header image how do i do this?
http://elmcomputing.net/bridportcycles.co.uk/
thanks
Hi edmiller1993,
To put the navigation along side the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (min-width: 1024px) { .hgroup-wrap { float: left; } #access { float: right; margin-top: 60px; } .slogan, .featured-slider { clear: both; } }
Thank you!