Title: Category Icon align
Last modified: September 28, 2022

---

# Category Icon align

 *  Resolved [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/)
 * Hi
 * Is ther any way of having the icon category on the top right of the category 
   box?
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcategory-icon-align%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/category-icon-align/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/category-icon-align/page/2/?output_format=md)

 *  Plugin Support [Abid Hasan](https://wordpress.org/support/users/abidhasan112/)
 * (@abidhasan112)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16051143)
 * Hi [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * Currently, we don’t have this control from BetterDocs settings but you can add
   this CSS on your stylesheet and see if it works or not:
 *     ```
       .betterdocs-wraper .betterdocs-category-list .docs-cat-title-inner, .docs-cat-title, .docs-cat-title .docs-cat-heading {
           flex-direction: row-reverse;
           padding: 10px;
       }
       ```
   
 * You can simply add custom CSS by navigating to your **WordPress Dashboard -> 
   Appearance -> Customize**.
    After you are on the Customizer page, search for 
   the “**Additional CSS**” option. You can then go ahead and insert CSS Code.
 * Thank you!
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16051171)
 * Hi
 * thanks, it is almost waht i want. But I need the text aligned to left and the
   icon in the right
    like this sketch: [https://ibb.co/1LGxsnw](https://ibb.co/1LGxsnw)
 *  Plugin Support [Amit Paul](https://wordpress.org/support/users/paulamit/)
 * (@paulamit)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16051464)
 * Hi [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * Hope you’re doing good.
 * Actually, we don’t have the option to do so. But you can do it by applying some
   custom code. As per your query, I assume you don’t need the Item Counter. So,
   Please apply the custom CSS below.
 *     ```
       .betterdocs-wraper .betterdocs-category-list .docs-cat-title-inner {
         display: block !important;
       }
   
       .betterdocs-wraper .betterdocs-category-list .docs-cat-title-inner, .docs-cat-title, .docs-cat-title .docs-cat-heading {
         flex-direction: row-reverse !important;
         padding-left: 0 !important;
         justify-content: space-between !important;
       }
   
       .betterdocs-wraper .betterdocs-category-list .docs-item-count {
         display: none !important;
       }
       ```
   
 * **Note:** You can simply add custom CSS by navigating to your WordPress Dashboard-
   > Appearance -> Customize.
    After you are on the Customizer page, search for 
   the “Additional CSS” option. You can then go ahead and insert CSS Code.
 * Please check this screencast to learn more – [https://d.pr/v/QrrfTw](https://d.pr/v/QrrfTw)
 * This is the final look from my end: [https://d.pr/i/fgPhcB](https://d.pr/i/fgPhcB)
 * Hope it helps. Let me know how it goes.
 * Thank you!
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16054288)
 * Hi
 * Thanks a lot
    Almost perfect. I just need a last tweak. How can the category 
   title be align with the docs list? [https://ibb.co/mNdsMzh](https://ibb.co/mNdsMzh)
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16063485)
 * Hi [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * I hope you are doing well.
 * You can add this Custom CSS on your stylesheet and see if it works or not:
 *     ```
       .docs-cat-title-inner .docs-cat-heading {
         padding-left: 45px!important;
       }
       ```
   
 * Let me know how it goes. Thank you!
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16064089)
 * Thanks
 * It worked
 * How can I make so this changes dont affect the formating in the sidebar category
   list, so the icon in te sidebar category list appears in the left of the title
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16064140)
 * Hello [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * I am glad to know it worked. And It’s actually hard to assume the present look
   of your sidebar category. You can share a screenshot as you work on a local setup.
   So that I can understand and provide you a solution.
 * Thank you!
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16064326)
 * Hu again
 * front page (is ok): [https://ibb.co/K6DMmn0](https://ibb.co/K6DMmn0)
 * sidebar category list [https://ibb.co/yfS1Yv3](https://ibb.co/yfS1Yv3)
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16067732)
 * Hello again,
 * You can add this Custom CSS on your stylesheet and see if it works or not:
 *     ```
       #betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-categories-wrap .docs-single-cat-wrap .docs-cat-title-wrap .docs-cat-title-inner .docs-cat-title .docs-cat-heading {
           margin-left: -30px !important;
       }
       ```
   
 * Let me know how it goes. Thank you!
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16074325)
 * Hi
 * The issue remains. I see no changes.
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16083633)
 * Hello [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * I hope you are doing good.
 * Actually the Custom CSS I have given you in my last reply worked fine on my end.
   Please check this screencast – [https://d.pr/v/d9Udk0](https://d.pr/v/d9Udk0)
 * As you didn’t provide any webpage URL, Maybe I couldn’t get the right CSS Class
   for you. But you can try to implement it once again.
 * You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance-
   > Customize.
    After you are on the Customizer page, search for the “Additional
   CSS” option. You can then go ahead and insert the CSS Code.
 * Please check this screencast to learn more – [https://d.pr/v/QrrfTw](https://d.pr/v/QrrfTw)
 * Thank you
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16092366)
 * Hello [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * Greetings. Hope you are doing well.
 * I haven’t heard from you since then. So, I was wondering if your issue has been
   resolved or not. Please let us know. I wish you a good day.
 * Thank you
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16095345)
 * Hi
 * Still not working. please check this screenshot [https://ibb.co/7n7nn17](https://ibb.co/7n7nn17)
 *  [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * (@onlykawshar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16103071)
 * Hello [@goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/),
 * I can see your category list title is placed as expected. Can you please clearly
   share your expectation again? So that I can share a solution to fix your issue.
 * Thanks in advance!
 *  Thread Starter [goncalonunogarcia](https://wordpress.org/support/users/goncalonunogarcia/)
 * (@goncalonunogarcia)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/category-icon-align/#post-16105202)
 * Hi
 * I need the category icon to appear before the category name. But keeping, on 
   the home page, in the categories grid, the icon aligned to the right and the 
   name to the left.
 * Thanks in advance

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/category-icon-align/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/category-icon-align/page/2/?output_format=md)

The topic ‘Category Icon align’ is closed to new replies.

 * ![](https://ps.w.org/betterdocs/assets/icon-256x256.png?rev=2953105)
 * [BetterDocs – AI Documentation, Knowledge Base, Docs, FAQ with Chatbot](https://wordpress.org/plugins/betterdocs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/betterdocs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/betterdocs/)
 * [Active Topics](https://wordpress.org/support/plugin/betterdocs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/betterdocs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/betterdocs/reviews/)

 * 17 replies
 * 4 participants
 * Last reply from: [Kawshar Ahmed](https://wordpress.org/support/users/onlykawshar/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/category-icon-align/page/2/#post-16112970)
 * Status: resolved