zelatech
asked 10 years ago

i have a problem with category widget. As you can see from image attachment, “ALL” go under Category name.. i need to fix this.
 

5 Answers
DominicStaff
answered 10 years ago

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 !

zelatech
replied 10 years ago

perfetc, it works for 1600px screen resolution.. but on 1024 resolution problem persist…

any idea to fix?

thanks

Dominic Staff
replied 10 years ago

Hi Zelatech !
Please send me your site. We will help you resolve this issue.

zelatech
replied 10 years ago
Wilfred
answered 10 years ago

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!

Murat Tekmen
answered 10 years ago

I have the same problem but can’t fix it. Please help me, here is the screenshot: http://prntscr.com/2o3zq4

DominicStaff
answered 10 years ago

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.)

DominicStaff
answered 10 years ago

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.

Murat Tekmen
replied 10 years ago

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. :/

Jackie Lord
replied 10 years ago

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!

Powered by DW Question & Answer Pro