My article navigation seems to be left justified...I've tried several options to do a custom.css override but not been able to target that specific area.

How can I get this
https://www.azimuthdesigns.com/index.php/showcase/case-studies/14-moon-world-resorts

to get back to looking like the original template?
https://ja-aiga.demo.joomlart.com/index.php/models/models-centered/16-evelyn-r-perry[upl-image-preview

Note: I accidentally hit enter and can't seem to add in the admin components but they are the same as the other questions in the forum.

    AzimuthDesigns
    Hi
    The style is for Model type view article pages
    The current page you shared is a normal article page.
    Add this code in custom css to get similar view

    
    .article-detail .pagenav-model .forward-inner, .article-detail .pagenav-model .previous-inner {
        display: block;
        font-size: 30px;
        font-family: "Prata",Georgia,"Times New Roman",Times,serif;
        text-align: center;
        padding: 144px 24px;
    }
    .article-detail .pagenav-model {
        border-bottom: 1px solid #1a1a1a;
        border-top: 1px solid #1a1a1a;
        margin: 0;
    }
    .article-detail .pagenav-model > div + div {
        border-left: 1px solid #1a1a1a;
    }
    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.