i have a problem with category widget. As you can see from image attachment, “ALL” go under Category name.. i need to fix this.
Hello Zelatech !
To resolve issue with the Categories widget in your site, You can log in to Dashboard > Appearance > Customize > General Settings, add the following code to the “Header Script”
<style>
.widget.news-category .child-category a {
margin-left: 15px;
}
</style>
Hope this helps !
perfetc, it works for 1600px screen resolution.. but on 1024 resolution problem persist…
any idea to fix?
thanks
Hi Zelatech !
Please send me your site. We will help you resolve this issue.
Hi Zelatech.
I have checked your site.
To resolve this issue you can go to Dashboard / Appearance / Customize / General Settings, and add this code below to Custom wp_head section:
<style>
@media(max-width: 1079px){
.widget.news-category ul.child-category {
display: none !important;
}
.widget.news-category .child-category-select {
display: block !important;
margin-top: -35px;
}
}
</style>
Hope this helps!
I have the same problem but can’t fix it. Please help me, here is the screenshot: http://prntscr.com/2o3zq4
Hi Murat !
To resolve this issue in your site, You can add the following code to the “Header Code”
<style>
.widget.news-category .child-category a {
margin-left: 9px;
}
@media(max-width: 1079px){
.widget.news-category ul.child-category {
display: none !important;
}
.widget.news-category .child-category-select {
display: block !important;
margin-top: -35px;
}
}
</style>
If you still face the issue, You can send me username & password your site, for further checking (via private answer.)
Hi Murat !
Please check your site now. I have helped you resolve this issue. Also, Please download the latest version 1.0.6 in your profile.
If you don’t want to lost all changes that you customized, before updating the latest version, please mark and copy all files that you edited, then implement to update the version 1.0.6.
After finishing, you add all codes that you customized in the old files to your theme.
Thank you very much for your help Dominic, it’s fixed! I am scary to update my theme version because i changed lot’s of thing and i dont know how to find all the changes. :/
Using some code editor program (Sublime text) and you can compare the code. Then put your changes to a Child Theme of DW Focus. That will be good on further update!
Please login or Register to submit your answer