Skip to content
Public Ticket #9245

Categories widget

Conversation thread

Penci Design replied

Staff Reply

Hi,

Please send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a look on this help you.

Best Regards,

PenciDesign

sarapresenti replied

Customer Reply

Sorry, is not fixed.

You can see in this screenshot, the widget with title in background red, title is aligned right but categories still are aligned on left

sarapresenti replied

Customer Reply

it seems is not working..

Penci Design replied

Staff Reply

Hi,

Please go to Customize > Addtional CSS then add custom css to do that

.widget.widget_display_topics li a, .widget.widget_display_views li a, .widget.widget_display_forums li a, .widget.widget_layered_nav li a, .widget.widget_product_categories li a, .widget.widget_categories li a, .widget.widget_archive li a, .widget.widget_pages li a, .widget.widget_meta li a {
    text-align: right;
}
.widget.widget_display_topics li .category-item-count, .widget.widget_display_views li .category-item-count, .widget.widget_display_forums li .category-item-count, .widget.widget_layered_nav li .category-item-count, .widget.widget_product_categories li .category-item-count, .widget.widget_categories li .category-item-count, .widget.widget_archive li .category-item-count, .widget.widget_pages li .category-item-count, .widget.widget_meta li .category-item-count{
float: left;
}

Best Regards,

PenciDesign

sarapresenti replied

Customer Reply

Thank you so much! It works great.

The only problem is that i have an RTL version of theme and this widget not align the text in the right side, how i can fix it?

thank you in advance

sarapresenti started the conversation

Conversation Start

Hi, there is a widget where i can show specific categories (by id or name)? I need to use a widget with a list of specific 10 categories (not popular categories and not post, only category name that link to category archive page)?

thanks

Want to join this conversation or access attachments? Sign in first.