Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3680283
View counter on homepage - alignment
Closed

Comments

  •  2
    Fjura started the conversation

    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. 

    Attached files:  desk.png
      mobile.png

  •  2,540
    PenciDesign replied

    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.



  •  2
    Fjura replied

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

  •  2,540
    PenciDesign replied

    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.

  •  2
    Fjura replied

    thank you, it worked.