[Resolved] author archive header

Home Forums Support [Resolved] author archive header

Home Forums Support author archive header

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1268705
    David
    Staff
    Customer Support

    Doh … my bad. Replace all the CSS we provided here with;

    .author .page-header {
        background: #FEFAF8;
    }
    
    .author .page-header img {
        border-radius: 100%;
        position: relative;
        bottom: -50px;
        width: 100px;
    }
    
    @media(max-width: 768px) {
        .author .page-header img {
            bottom: unset;
        }
        .author .page-header {
            text-align: center;
        }
        .author .page-header h1 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }
    #1268726
    Huseyin

    perfect its better now, but need the image in circular shape.

    #1268746
    David
    Staff
    Customer Support

    Can you move the CSS i provided to the top of the Additional CSS

    #1268753
    Huseyin

    fixed,

    Thanks for the help, David & Tom.

    #1268760
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.