Skip to content
Public Ticket #29051

View counter on homepage - alignment

Conversation thread

Fjura replied

Customer Reply

thank you, it worked. 

PenciDesign Supporter replied

Staff Reply

Hi,

You've added the CSS code with the wrong syntax. Please don't add any extra content if you're not familiar with CSS.

Please remove this text:

/* Fix view count on mobile align center

Regards,
PenciDesign.

Fjura replied

Customer Reply

Hi, I added the code, but it doesnt seem to work, its still aligned to the left on mobile. 

PenciDesign Supporter replied

Staff Reply

Hi,

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

@media only screen and (max-width:767px) {
  body.home .grid-post-box-meta {
    text-align: center;
  }
}

Regards,
PenciDesign.



Fjura started the conversation

Conversation Start

Hello,

may I ask, is it possible to align the view counter on mobile device to be in the middle (on homepage)? Currently some are aligned on the right and some in the center on desktop, this makes sense on desktop based on the layout, but shouldnt they be aliged in the center on mobile? On mobile it looks a bit strange that some are aligned on the left and some not. Please see screenshots. 

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