Home › Forums › Pro Themes › Biography Pro › Logo position
- This topic has 5 replies, 3 voices, and was last updated 6 years, 3 months ago by wensolutions.
-
AuthorPosts
-
July 18, 2018 at 8:25 am #75877liberaldusunceParticipant
I want to position logo to the left of header instead of below it. Like in this photo: http://themepalace.com/wp-content/uploads/edd/2017/04/biography-pro-extra-page-templates.jpg
I think its position changed in a recent update and I can’t find an option to put it back.
How can I do this? Can you point me to the relevant files?
July 19, 2018 at 12:19 am #75898wensolutionsKeymasterHello @liberaldusunce,
To place the logo at the left of the site title and tagline please add below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.banner-inner.biography-animate.fadeInDown.overhidden { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .banner-inner .photo-section { margin-bottom: 0 !important; margin-right: 50px; } .banner-inner .photo-section span img { -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
Hope this helps.
Best Regards!!
August 7, 2018 at 5:05 am #77150Sijmen de BoerParticipantCan you please tell me how you got those social media icons in the menu?
http://themepalace.com/wp-content/uploads/edd/2017/04/biography-pro-extra-page-templates.jpg
August 7, 2018 at 5:46 am #77157wensolutionsKeymasterHello @liberaldusunce,
To display the social menu at the header please follow below given steps:
Step 1: At first create the social menu by going to Admin Panel > Appearance > menus including your desired custom links like facebook etc.
Screenshot:
https://prnt.sc/ijrqgxStep 2: Now assign the created menu to Social menu location by from Admin Panel > Appearance > Menus or from Admin Panel > Appearance > Customize > Menus > Menu Locations.
Step 3: Finally go to Admin Panel > Appearance > Customize > Site Identity and enable the option to display the social menu at the header.
Hope this helps.
Regards!!
August 7, 2018 at 6:00 am #77161Sijmen de BoerParticipantCheers, it works. But for now, there is another problem..
Because of the 2 social media icons, I now have 2 sentences in my menu.
How can I change this? (on my other pages not)August 7, 2018 at 6:05 am #77162wensolutionsKeymasterHello @liberaldusunce,
To resolve the issue please add below given CSS.
.home .main-navigation a { padding: 17px 7px !important; }
Hope this helps.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.