-
Author
-
October 2, 2018 at 11:15 #211027LincelotParticipant
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:
Attachments:
You must be logged in to view attached files.October 3, 2018 at 11:54 #211074LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 5, 2018 at 04:47 #211167LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEdiv#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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.