By admin in the right position and irritating black bg problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    By admin in the right position and irritating black bg problem

    Army
    Army
    Forumember


    Male Posts : 81
    Reputation : 1
    Language : English
    Location : India

    By admin in the right position and irritating black bg problem Empty By admin in the right position and irritating black bg problem

    Post by Army March 10th 2019, 6:41 pm

    Hello, another two problems. If you see here By admin in the right position and irritating black bg problem 20190321

    By author should be in the left position near post profile instead of right position and look admin has black background that overlapping its username. I will be happy to remove black background. Hope someone can help me

    Thanks
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    By admin in the right position and irritating black bg problem Empty Re: By admin in the right position and irritating black bg problem

    Post by SarkZKalie March 11th 2019, 8:09 am

    Search and replace
    Code:
    .postprofile dt strong
    by
    Code:
    .postprofile dt a :not(span) strong

    Search and remove right: -22em; in this CSS
    Code:
    .postbody .author {
        line-height: 1.2em;
        margin: 0 15em .6em 0;
        padding: 2px!important;
        position: relative;
        right: -22em;
        text-align: center;
        width: 230px;
    }
    You should better learn basic CSS and HTML for modifying these very basic layout, instead of opening a tons of topic. Razz



    By admin in the right position and irritating black bg problem Sarkzk10