[Resolved] Align Category in Archive page

Home Forums Support [Resolved] Align Category in Archive page

Home Forums Support Align Category in Archive page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1608927
    linuxwolf

    I have shared the screenshot from mobile device.
    How can I align that to main title in both mobile and desktop view?

    #1608967
    Elvin
    Staff
    Customer Support

    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

    #1609869
    linuxwolf

    Thanks, It worked.

    #1610175
    Elvin
    Staff
    Customer Support

    Thanks, It worked.

    No problem. Glad it works for you. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.