carl007 0 Report post Posted May 24, 2011 Hello, when i added a secondary nav bar to the top of my webpage, it created a horizontal scrollbar at the bottom of the page http://agosut.powweb.com/mylab/ When i checked the css, the problem is with the content-pad, can you advise how I can fix this. I need a secondary nav at the top of each page without horizontal scroll bar. looking forward to your help. check my mini blog www.depictdesign.com Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 24, 2011 Hi Toks! Can you please describe your steps to add the nav there and if you have done any changes to the CSS? Ricardo Share this post Link to post Share on other sites
carl007 0 Report post Posted May 24, 2011 Hello Ricardo, I pasted the code #secondnav{ float:right; width: 400px; } into the custom code section. I then placed the secondary nav bar into my site header using the pageline layout mode. On refreshing my page the horizontal scroll bar at the bottom of the page showed up and if i remove the secondary nav, the horizontal scrollbar disappears. As i mentioned earlier i have checked the css. hope you can help me check my mini blog www.depictdesign.com Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 24, 2011 Adding this code to the custom css should be enough, you don't need to specify with, unless you're trying to do something with it... .secondnav_menu { float: right; } Ricardo Share this post Link to post Share on other sites
carl007 0 Report post Posted May 24, 2011 Thanks for the response. I did that but aligns the text to the left of the page and when i change the float proerties to left it it didnt make any difference. I have indeed tried this before posting the issue out here.. any other clue? i appreciate your help. check my mini blog www.depictdesign.com Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 24, 2011 This still an issue... i don't see a scrollbar anywhere? Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 24, 2011 Are you sure you have tried that? It's not the ID, it's the class. Add that code to your PlatformPro Settings > Custom Code > Custom CSS Rules Ricardo Share this post Link to post Share on other sites
carl007 0 Report post Posted May 24, 2011 Hello Adam, its still an issue and the reason why you didnt see the scrollbar was because i was trying to figure out a way of sorting the problem but no success. please have a look at it for me, the horizontal scrollbar is back thank you check my mini blog www.depictdesign.com Share this post Link to post Share on other sites
carl007 0 Report post Posted May 24, 2011 Hello Ricardo I followed your advise but the horizontal scrollbar still remains. http://agosut.powweb.com/mylab/ check my mini blog www.depictdesign.com Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 24, 2011 Toks, Did you save? I don't see the code anywhere. I tried on my test site and via inspector on your site, and it works. Ricardo Share this post Link to post Share on other sites
carl007 0 Report post Posted May 24, 2011 Hello Ricardo, I just tried it again now and hurray it worked, i can tell you that I did saved it initially but it didnt reflect the changes. thanks a lot for your help. check my mini blog www.depictdesign.com Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 24, 2011 You're welcome! =) Ricardo Share this post Link to post Share on other sites