Almost ready to launch here, two final issues before we go live.
In one of the pages with a table (URL mentioned above, screenshot attached), the table seems to show a faint tint, like darker shade in the shape of the table. Is there a way to avoid this?
The following CSS was used (as per your suggestion) to style the table:
I even tried changing the background colour to #def5ff (the row background colour), but a faint outline is still visible, especially on Safari and Chrome.
The second issue is the spacing between footer widgets. As you can see, the first widget is way too close to the navigation menu in the second widget. I tried to use the solution listed here: https://themenectar.ticksy.com/ticket/376946
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi,
Almost ready to launch here, two final issues before we go live.
In one of the pages with a table (URL mentioned above, screenshot attached), the table seems to show a faint tint, like darker shade in the shape of the table. Is there a way to avoid this?
The following CSS was used (as per your suggestion) to style the table:
tr, table {
background: none !important;
border-bottom: 2px solid #000000;
border-top: none !important;
border-right: 1.5px solid #def5ff;
border-left: 1.5px solid #def5ff;
}
I even tried changing the background colour to #def5ff (the row background colour), but a faint outline is still visible, especially on Safari and Chrome.
The second issue is the spacing between footer widgets. As you can see, the first widget is way too close to the navigation menu in the second widget. I tried to use the solution listed here: https://themenectar.ticksy.com/ticket/376946
However, when I use the following code:
It combines the third and fourth footer elements together.
So to sum up, the two issues are:
1. dark tint behind the table
2. Increasing spacing between footer widgets.
Thank you!
A
Hello there,
Thank you for writing in once again and apologies for the trouble.
Can you please give us a temporary admin access to your site? We'll be in a better place to spot anything suspicious from here.
You can add new users by going to Users > Add New set the user and password for us, set the role to admin and send the info here. You can navigate here for more details; https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/
Hope to hear from you soon!
Regards
Themenectar Support Team
Hey Again,
This css is causing the issue : http://prntscr.com/lrl4r8 .
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team