Home › Forums › Gillion Theme › Top categories widget bug
Home › Forums › Gillion Theme › Top categories widget bug
Hi,
I have discovered a bug with the Top categories widget.
There is a different padding for the first and the second categories.
Here’s the video demonstrating the bug: https://streamable.com/uixw2
Can you fix that?
Hi RubyRoid,
I hope you are well today and thanks for posting here.
To understand the issue, i tried to see your shared video but it is not accessible and displaying the error message as shown in the attached screenshot.
Could you please make sure it is accessible?
Best regards,
Shufflehound team
Hm, strange, the link works for me just fine.
Here, I re-uploaded it to Dropbox: https://www.dropbox.com/s/l8no7gi1s8smfv9/screencast%202017-12-14%2014-22-29.mp4
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-categories .tab-content>.tab-pane{ padding-top: 0; } .sh-categories .tab-content>.tab-pane.active { padding-top: 20px; }
Thanks, but this code doesn’t really fix the issue for me:
https://www.dropbox.com/s/c0p936dpltip6j1/screencast%202017-12-15%2015-16-39.mp4
Please test it clearing your browser cache,
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
I have cleared the browser cache before reporting.
Solution for this topic
Please just try changing above shared CSS code as following.
.sh-categories .tab-content>.tab-pane{ padding-top: 0; padding-bottom: 0; } .sh-categories .tab-content>.tab-pane.active { padding-top: 20px; padding-bottom: 10px; }
Thanks, can confirm the issue is gone now!
You are most welcome here 🙂
The issue is fixed in the following latest version of theme so please update your theme to the latest version.
Please login to access this file
You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
After activating the above plugin just install the downloaded theme on your site.
You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.