Skip to content
Public Ticket #22625

Popular posts

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please add the following CSS code to your site:

.penci-home-popular-posts .item-related {
    text-align: left;
}

Regards,
PenciDesign.



Marcin Makarewicz replied

Customer Reply

My apologies for the confusion but I mean to move the posts titles to the left within the Popular section. Not the Popular title itself - see attached. 

PenciDesign Supporter replied

Staff Reply

Hi,

Please add the following CSS code to your site:

.home-pupular-posts-title {
    text-align: left;
}
.home-pupular-posts-title span {
    padding-left: 0;
}

Regards,
PenciDesign.


Marcin Makarewicz replied

Customer Reply

Great, Thank you,

I also wanted to move the titles of the posts from the Popular section to the left. Possible?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

body.home .wrapper-boxed {
    display: flex;
    flex-direction: column;
} body.home .wrapper-boxed .penci-home-popular-posts {
    order: 2;
} body.home .wrapper-boxed .clear-footer, body.home .wrapper-boxed #footer-section {
    order: 3;
}

Regards,
PenciDesign.


Marcin Makarewicz replied

Customer Reply

Hi, I wouldn't like to rebuild the page, all I need is to move Popular posts to the bottom of the homepage - any CSS possible or a different solution apart from the new page build? 

Marcin Makarewicz replied

Customer Reply

Thank you 

I'd like to move Popular posts to the bottom of the homepage but NOT for the sidebar elements to move.

PenciDesign Supporter replied

Staff Reply

Hi,

1. Please go to Appearance > Widgets: drag & drop the widget to any area you want to show here,

2. Expand the .Soledad Popular Posts widget, check the "Display thumbnail on right?:" option.

Regards,
PenciDesign.


Marcin Makarewicz replied

Customer Reply

Also, can I move the titles of the posts from the Popular section to the left? 

Marcin Makarewicz started the conversation

Conversation Start

Hi,

How can I move Popular posts to the bottom of the homepage?

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