Archived topic
Align Category in Archive page
3 replies · Started by linuxwolf on January 6, 2021
Viewing posts 1–4 of 4
I have shared the screenshot from mobile device.
How can I align that to main title in both mobile and desktop view?
Hi,
You can add this CSS:
h1.page-title {
margin-left: 40px;
}
@media(max-width:768px){
h1.page-title {
margin-left: 30px;
}
}
This is how it would look like:
Desktop - https://share.getcloudapp.com/9Zu0J4z0
Mobile - https://share.getcloudapp.com/yAuZeBAR
Thanks, It worked.
Thanks, It worked.
No problem. Glad it works for you. :)
This archived topic is closed to new replies.