Hello, I thought we fixed this issue but as soon as I changed layout, it came back.
Not only this page, but also on each portfolio-item page, footer does not show underline.
Here is screenshot
http://www.ledkingdom.com/screenshot04.jpg
I marked it with pink color.
Please help!
Hey Everylite,
Please try the following in Quick CSS under Enfold–>General Styling:
#footer .widgettitle {
border-top: 1px solid white !important;
border-bottom: 1px solid white !important;
}
Regards,
Rikard
Hi Rikard,
I tried as you said, it shows the line but there is no padding around the line.
How can I fix it?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .widgettitle {
padding-top: 5px;
padding-bottom: 5px;
}
You can adjust the number as you like to.
Best regards,
Jordan
It is fixed now.
Thank you!