This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #211027
     Lincelot
    Participant

    Hi!

    I’m having some hard time with the following:

    I want to place my profile avatar (item-header-avatar) from the header to the left from my item-nav and eventually delete the header section. This in the profile page.

     

    I’m editing the member-header.php file through my child-theme ( using Kleo-theme ). I thought it would be as easy as copying the div from item-header-avatar and pasting it after <ul class=”responsive-tabs”> but after loading the webpage it does not work.

    As shown in the picture:

    #211074
     Laura
    Moderator

    Hello, how you would like it to look like? Can you share a reference screenshot and access to the backend? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #211104
     Lincelot
    Participant

    Hi Laura,

    Thankyou for your answer. I made a user for you to log in.

    User: LauraModerator
    Pass: LauraM7thQueen2018!

    As seen on the picture I would like the profile avatar to be inline with the item-nav. So actually placed on the left.

    Thanks!

    #211167
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    div#item-header-avatar {
        float: left;
        position: absolute !important;
        margin-left: -68% !important;
    }
    

    This is an options, but i can also check by FTP if you share details

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?