kerremans 0 Report post Posted July 27, 2011 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 16 Report post Posted July 27, 2011 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 0 Report post Posted July 28, 2011 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