• Resolved plaidside

    (@plaidside)


    On the mobile view, the “About Author” description that appears at the footer of each blog seems to overflow to below the social icons. Can this be fixed?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is some css, please add in your theme options > custom css and let me know if that works for you. If so I’ll add it to the theme:

    @media (max-width: 480px){
        .author-profile .author-follow {
            float: none;
            position: absolute;
            bottom: 0;
            left: 0;
        }
    
        .author-profile.vcard {
            padding-bottom: 70px;
            position: relative;
        }
    }

    Ben

    Thread Starter plaidside

    (@plaidside)

    Looks good. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘About Author Text Box’ is closed to new replies.