1. Can you send me a link to your site so I can see the specific space that you’re talking about?
2. As long as you’ve not made any changes to the theme’s php files, you don’t have anything to worry about.
-Kevin
Thread Starter
SMukta
(@smukta)
Thank you for your reply.
Example for the spacing issue can be seen on this page:
http://bhaktivedantaashram.com/our-lineage/
Thanks!
Hey,
The link you posted has a page set up with table html (not common these days for anything but data tables).
The table html is defining all the styles, no theme css if effecting it.
Right now for example you have the table height set to 1613px;
I suggest using responsive html by using the themes column shortcodes or a system like pagebuilder: https://ww.wp.xz.cn/plugins/siteorigin-panels/
Else if you remove the height setting from the table html that will shrink your table up a little.
Kadence Themes
Thread Starter
SMukta
(@smukta)
Thanks a lot!
I am going to try all your advises.