Home › Forums › WordPress Themes – Premium › Encounters › Header – Logo Size Limitation
- This topic has 11 replies, 2 voices, and was last updated 6 years, 7 months ago by
Sushil Adhikari.
-
AuthorPosts
-
February 3, 2017 at 10:30 am #41959
Francois Zietsman
ParticipantHi, how can I increase the logo container size on Encounters Theme?
My Logo is around 600px wide x 200px high, but it’s automatically shrinked to the header size of about 110px high and my logo appears smaller in the header?
Shouldn’t the header automatically adjust to the size of the logo?
Thank You
February 6, 2017 at 6:24 am #42018Sushil Adhikari
ModeratorDear Francois Zietsman,
To increase the logo height you need to customize header.php template keeping on child theme. You need to increase logo container class span4 to span6 and also need to change the menu container to span8 to span6. Take reference of below screenshot
Note: Please customize the header template only if you are technically sound on WordPress otherwise will get php fatal error. In this case we recommend you to take help from a developer.
Thanks
Attachments:
You must be logged in to view attached files.February 6, 2017 at 5:56 pm #42029Francois Zietsman
ParticipantThanks Sushil
I have other issues as well.
- Tables has no borders, even if you set borders it does not display the border. I’m sure you can test is with a sample site with the theme.
- I am in Boxed Layout, and when Sticky Menu is activated and you scroll down, the top menu goes full width to the right. See attachments… Sure you can test it also in a sample site with the theme.
Thanks
Attachments:
You must be logged in to view attached files.February 7, 2017 at 6:24 am #42034Sushil Adhikari
ModeratorHi Francois Zietsman,
Please add this custom css to make sticky menu within a box layout and to remove border below the header.
#outer-wrapper-boxed980 #header { width: 1170px !important; border-bottom: 0; }
Note: If you are applying sticky menu only applies this css. If you want to remove border only then use this css:
#outer-wrapper-boxed980 #header { border-bottom: 0; }
Let us know if we are understanding fully regarding to the border issue.
Thanks
February 7, 2017 at 7:40 am #42040Francois Zietsman
ParticipantHi Sushil
I applied the first CSS for the header in your reply but it does not work and does not solve the issue – the header still spans full width to the right with this applied:
#outer-wrapper-boxed980 #header {
width: 1170px !important;
border-bottom: 0;
}I think you misunderstand the border issue. I am not talking about the header’s bottom border. I meant Tables does not display borders even if the border is set to 1 or 2 with a border color etc… In other words, if you create a table and apply a border to the table it does not work… See attachment.
Attachments:
You must be logged in to view attached files.February 8, 2017 at 4:49 am #42054Sushil Adhikari
ModeratorHi there,
Could you please use the boxed model on your site and let us know. So we can know the exact issue behind the problems. And regarding of placing border on table please follow this tutorial:
http://www.w3schools.com/css/css_table.aspThanks
February 8, 2017 at 8:07 am #42055Francois Zietsman
ParticipantHi Sushil,
if you look, I am in Boxed mode from the beginning, that why I am having the issue. I just activated the Sticky Menu again so that you can check the issue when scroll down on any page…
Thanks
FrancoisFebruary 9, 2017 at 4:51 am #42070Sushil Adhikari
ModeratorWe are getting this error: http://prntscr.com/e6dlov. Could you please check it once.
Note: Please be sure you have removed the cache from your browser.
Thanks
February 9, 2017 at 5:13 am #42073Francois Zietsman
ParticipantDear Sushil
Please check again as I increased the Bandwidth on the domain. test.profinan.co.za
Thank you
FrancoisFebruary 10, 2017 at 4:46 am #42075Sushil Adhikari
ModeratorWe didn’t see any boxed layout. Please check.
Thanks
February 10, 2017 at 5:18 am #42076Francois Zietsman
ParticipantSushil, what site are you visiting? It’s definitely set to Boxed Layout since the beginning. Please make sure you are visiting the right site – this site should have been launhed a few days ago, but I am still waiting for a fix on the sticky menu that’s giving an issue. The URL is: http://test.profinan.co.za/
Attached you will see that it is Boxed….
Thanks
Attachments:
You must be logged in to view attached files.February 13, 2017 at 5:03 am #42109Sushil Adhikari
ModeratorHi there,
Please use this css and clear your browsing cache. Hope this works for you.
#outer-wrapper-boxed1170 #header{ width: 1370px !important; }
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.