Menu Hover – code for reightr justify
Hi Sakin, Just looking at the menu, I noticed that the hover background is not right justified on the Request-a-quote box. I would like to add the code to correct this and make the background hover align with the border.
Below is the css for the menu (I'm not doing a responsive site, so the code you gave me is below.
#access ul li a { padding: 0 23px; }
#access ul li:last-child { border-right: none;}
#access ul li:last-child a { padding: 0 20px 0 21px; }
Thanks for your help.
Karin