Hi My colour bar on the menu on the left seems to be too short on the last menu item. Can you help me fix please?
Thanks.
Hey p5uln!
I could not find a page with left sidebar on your website. Can you please post the link to your page where we can see the issue? A screenshot would help as well
Regards,
Yigit
http://www.ideate-design.com/?page_id=22
Here you can see on the main navigation under the word CONTACT the blue line is shorter than the rest of the menu buttons.
You can put the following in the Quick CSS box or your child theme style.css file:
.html_main_nav_header #top .main_menu .menu>li:last-child>a {
padding-right: 13px;
}
Oh yeah! Cool that did the job thanks dude!