[Resolved] Customize author box

Home Forums Support [Resolved] Customize author box

Home Forums Support Customize author box

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1643165
    David
    Staff
    Customer Support

    Ok the CSS above it ie. this is missing a closing } so your author box styles are only being applied to larger screens. In the CSS below i have commented where you need to add the missing bracket.

    @media (min-width: 769px) {
        #right-sidebar {
            width: 350px;
        }
    
        .inside-right-sidebar {
            padding-right: 20px;
        }
    
        body:not(.no-sidebar) #primary {
            width: calc(100% - 350px);
        }
    } /* Add this bracket */
    #1643174
    Sebastian

    Thank you David! It worked perfectly!

    Sorry for the inconvenience. Have a great day

    #1643178
    David
    Staff
    Customer Support

    No problems – glad to be of help.

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