I’m using my own OceanWP child theme using WooCommerce. I set my product style from ‘default’ to ‘hover-style’ on Customizer>WooCommerce>Archive.
My problem is, there is an extra white space on the left part when hovering on the products. Pics below.
As you can see, there is an extra space when hovering on the products. How do I go about solving this? I can’t seem the find the fix when editing CSS.
Thanks so much in advance.
]]>I’m using my own OceanWP child theme using WooCommerce
]]>/* 2.2 Navigation */
#navigation{font-size:11px;}
#navigation ul.rss{background:url(images/ico-rss.png) no-repeat 0 5px;padding:6px 0 3px 15px;}
#navigation ul.rss li{display:inline;padding:0 10px;}
ul#nav { margin-top:9px; }
#nav, #nav ul { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
#nav a { display:block; z-index:100; padding:0 10px; line-height:28px; font-size:17px; color:#fff; text-decoration:none;}
#nav li { float:left; width: auto; padding:2px 5px;}
#nav li:hover, #nav li.current_page_item { background: #222; }
#nav li li.current_page_item { background: none; }
/* 2.2.1 Drop-down menus */
#nav li ul { position: absolute; left: -999em; width: 172px; background: #FFF; border:1px solid #efefef;}
#nav li ul li { border: 1px solid #efefef; border-width: 0 0 1px; padding:0; }
#nav li ul li a { background:url(images/ico-bullet.png) no-repeat 5px 10px; width:145px; padding-left:15px; line-height:30px; font-size:12px; color:#000; }
#nav li ul li:hover { background:#fafafa; }
#nav li ul { padding:5px; }
#nav li ul ul { margin: -25px 0 0 120px; }
#nav li ul li ul li a { border-width: 0 0 1px; }
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul { left:-999em; }
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul { left:auto; }
#nav li:hover,#nav li.hover { position:static; }
#nav .sf-sub-indicator {display:none;}
i have already tried changing
#nav li ul li:hover { background:#fafafa; } but nothing happened, my domain is www.gaxup.com
thanks for reading
– How can I remove copyright info (when you mouse over one of my photos)?
– Is there a way to make the hover-style (on main page photos) like the original Autofocus? IMO, the partial, semi-opaque white is much nicer than the new full-coverage turquoise.
Thanks for any clues on how/where to start.
]]>