Home › Forums › Pro Support › Center Load more button on Mobile Tagged: Center Load more button This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago by elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 13, 2021 at 11:29 pm #30213 AmrikParticipant Hi, I am using the following css: .wpsp-load-more { text-align: center; }.wpsp-load-more a.wp-show-posts-read-more { font-size: 16px; } This does center the Load more button on the desktop but not on the mobile screen. Kindky help. May 14, 2021 at 4:24 am #30223 elvinModerator Hi there, To clarify: do you want to center Load more button on mobile only? Try this CSS: @media(max-width:768px){ .wpsp-load-more { text-align: center; } } I basically wrapped your CSS with @media rule so it only applies to specific viewports. In this case, its for the mobile view. May 15, 2021 at 4:29 am #30250 AmrikParticipant Hi Elvin, The css you suggested has not made any difference, the button stays where it was. May 17, 2021 at 7:21 pm #30331 elvinModerator Strange. It works on my end as shown here – https://share.getcloudapp.com/xQubrkEX Can you link us to the site in question? To check if CSS was applied properly. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In