Thread Starter
S_Hook
(@s_hook)
Hi the same thing appens in this site http://www.villadurini.it. With firefox and sg image something missguided happens.
TKS in advance
It looks like something on the table you have.
Try this:
Appearance > OneTone Options > General Options > Custom CSS
tbody {
overflow: hidden;
}
Thread Starter
S_Hook
(@s_hook)
I’m sorry but it doesen’t work. In http://www.villadurini.it there’s no table only sg image widget.
tks
If you use the browser inspector you’ll see that the whole section you’re using is a table.
The widget you’re using might be using a table for the function.
Screenshot: http://i.imgur.com/oTGr53E.png
Thread Starter
S_Hook
(@s_hook)
TKS i’ve inserted the code in custom css of http://www.villadurini.it and it works but not in http://www.cooltourismandevents.com where i’ve found in custom css also this code
.site #footer-navigation .horisontal-navigation a:hover, .site .horisontal-navigation li ul li a:hover, .site .horisontal-navigation li ul li a:focus, .site .horisontal-navigation li a:hover, .site .horisontal-navigation li a:focus
.vertical-navigation a:hover, .site .vertical-navigation li ul li a:hover, .site .vertical-navigation li ul li a:focus, .site .vertical-navigation li a:hover, .site .vertical-navigation li a:focus
{
border-radius: none;
background: none;
box-shadow: none;
}
can u help me ?
tks i n advance
Thread Starter
S_Hook
(@s_hook)
I’ve tryed on a clean test site with only “event manager plugin”on sg window theme trying also with the code you suggested but it doesen’t work