SandoonBridge Posted June 28, 2022 Share Posted June 28, 2022 Site URL: http://www.sandydakersphotography.com Hi everyone, I'm struggling to centre some of the text on the mobile version of my site only. I'm happy with the layout on desktop however I'd like the project title and description on mobile to display centred. Any help would be greatly appreciated, thankyou. I'm using Mantauk Template. Link to comment
creedon Posted June 28, 2022 Share Posted June 28, 2022 I'm a little confused. The text is centered on mobile and desktop. Did you solve the issue? Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
SandoonBridge Posted June 29, 2022 Author Share Posted June 29, 2022 2 hours ago, creedon said: I'm a little confused. The text is centered on mobile and desktop. Did you solve the issue? I didnt no, its the gallery title and descriptions I'm trying to centre on mobile, im happy with the site title Link to comment
creedon Posted June 29, 2022 Share Posted June 29, 2022 Add the following to Design > Custom CSS. @media only screen and ( max-width : 767px ) { #projectPages .project-meta { text-align : center; } #projectPages h2.project-title { display : block; text-align : center; } } This is for v7.0 using the Montauk template family. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
SandoonBridge Posted June 29, 2022 Author Share Posted June 29, 2022 8 hours ago, creedon said: Add the following to Design > Custom CSS. @media only screen and ( max-width : 767px ) { #projectPages .project-meta { text-align : center; } #projectPages h2.project-title { display : block; text-align : center; } } This is for v7.0 using the Montauk template family. Let us know how it goes. that worked a treat, thankyou so much, i appreciate the response creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment