The reason you having that issue is because the text is too long for the size. To fix the issue lets create a word-break on that specific line.
put this at the very bottom of /includes/templates/fluorspar/css/stylesheet_header_menu.css
Code:@media (min-width: 768px) { a[href*="cPath=14_26"] { display: inline-block; width: 100px; word-break: break-word; } }


Reply With Quote

