I just migrated to Kadence and I love it.
I have 2 small display issues that I hope you can help me with:
1. How do I set sidebar widget to be 100% height of the sidebar and right-aligned?
Instructions from my ad network: The column must fill 100% of the available height in the area you want the ads to appear.
Old working version correctly: *Login to see link
New version where the ad sticky stack not working *Login to see link
This is the code my old theme developer gave me at the time for the sidebar:
#primary-sidebar .svq-sidebar-content {
height: 100%;
}
#primary-sidebar #custom_html-5 {
height: 100%;
}
#primary-sidebar #custom_html-5 > div {
height: 100%;
}
#primary-sidebar #sidebar-ss {
height: 100%;
}
#sidebar-ss div{
float: right;
}
2. The table of content has a display issue on desktop with too little spacing to the line above it. This doesn’t happen on mobile nor did I seen it happen with another them. In action after first paragraph *Login to see link
Thank you.