Jump to content
Sign in to follow this  
kerremans

Brandnav issue and padding

Recommended Posts

kerremans

I need some help on a project I am working on: http://www.overlevering.eu/cassatieprocedure/begrippenlijst At the top I have added a brandnav menu. I have the following questions: 1. How can I change the image size in the brandnav? Under the feature slider I have added the original image. As you can see the brandnav image is distorted. 2. In IE the menu in the brandnav appears under the image. In Firefox the menu appears next to the image. I want the menu to appear next to the image like it is in Firefox. What do I need to change to fix this in IE? 3. How can I change the padding between the brandnav and the feature slider? 4. How can I move the menu in the brandnav to the right (so the right end of the menu item is aligned together with the right end of the feature slide)r? Any help would be greatly appreciated.

Share this post


Link to post
Share on other sites
cmunns

It's a matter of adjusting CSS widths so that the proportion of logo to nav is different...Try something like this in your custom css #brandnav .main_nav { width: 55%; } #brandnav .mainlogo-link, #brandnav .title-container { padding:0; width: 44%; }

Share this post


Link to post
Share on other sites
kerremans

Thanks a lot, that almost solves all my issues! Only questions 3 remains: How can I change the padding between the brandnav and the feature slider?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×