• Hello,

    This css in style.css line 48 changes the font size, display:block, etc in the sidebar of the edit post page’s sidebar.

    #your-profile label+a, label {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 14px;
        display: block;
        margin-top: 25px;
    }

    I can’t use the plugin anymore because it’s unworkable.

Viewing 1 replies (of 1 total)
  • Plugin Author rajkakadiya

    (@rajkakadiya)

    Hi. you have to add CSS code in style tag like bellow

    <style>

    #your-profile label+a, label {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 14px;
        display: block;
        margin-top: 25px;
    }

    </style>

Viewing 1 replies (of 1 total)
  • The topic ‘css messes up edit post page’s sidebar’ is closed to new replies.