Ahoy,
My tab section has seemed to develop a white line under the open tab arrow. I don’t know how or why it has done this….Screenshot 1 show how it was yesterday, screenshot 2 shows it today….
The only thing I changed was the initial opened tab..
Please advise how to fix
Hey mcraig77,
First off, thanks for using the Enfold.
Ive checked your link that you posted on private content, but it
s not found. May you check?
Best regards,
John Torvik
Ahoy,
Here is a video of the issue and updated links
Hi,
Thanks for the info :)
To fix it, just add the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av-tab-section-outer-container .av-layout-tab {
position: relative;
top: 0px;
}
Best regards,
John Torvik
I added that code but the line is still there…
Please Advise
Hey!
.av-tab-section-outer-container .av-layout-tab {
position: relative;
top: 0px;
margin-top: -2px !important;
}
and let us know if that helps please.
Best regards,
Basilis
Just tried that, didn’t seem to work.
Hi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.hr-inner.inner-border-av-border-fat{
width: 0px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
That code doesn’t seem to work either….
Hi,
I don’t see the white line any more http://imgur.com/a/srUhY
Are you talking about a different page? Or you are seeing a cached page, where changes were not applied.
If you need further assistance please let us know.
Best regards,
Victoria
I have the same problem any news?
Found this on the forum that works on my site:
.av-tab-arrow-container {
top: 8px !important;
}
Thanks Tim,
That worked!