yeti1249 0 Report post Posted March 21, 2011 Hello everyone! You can see a separation line under the main menu on this printscreen. I need the same one above the main menu. So the menu should be between the separation lines. Could You advise me how to do that? Thanks in advance! Share this post Link to post Share on other sites
Kate 3 Report post Posted March 21, 2011 Hi Vladimir, You can accomplish that by adding a border with CSS. Share this post Link to post Share on other sites
yeti1249 0 Report post Posted March 21, 2011 Maybe a line of code? Share this post Link to post Share on other sites
Guest Guest Report post Posted March 21, 2011 Vladimir, Do you have the Firebug CSS extension installed for Firefox? If not, I highly recommend it, as you will be able to identify the CSS classes and IDs you would like to edit yourself. For example, I was able to identify that the following is what you're looking for: #nav_row.main_nav, ul.sf-menu ul li Currently the bottom border is controlled by the following: border-bottom: 1px solid #E9E9E9;, so simply add a line in custom css giving the CSS ID I specified making it border-top instead of border-bottom. Again, I highly recommend installing Firebug, as you can use it to identify a lot of these things yourself. Good luck! Share this post Link to post Share on other sites
yeti1249 0 Report post Posted March 21, 2011 thank you) now I will be able to do the rest without disturbing people here) thank you for help!) Share this post Link to post Share on other sites