Home › Forums › All Other Themes › Nature One – How to put Logo and Nav on left side?
- This topic has 10 replies, 2 voices, and was last updated 8 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
August 2, 2016 at 9:42 pm #42573
Hi All,
You guys have helped me before and I’m thankful! Of course I had to ran into another problem. Does anybody knows how to make the Logo (img) appear on the far left side of the header, and next to it the navigation. I want to do this because I have to less space.
www.clannie.nl
Kind regards,
Richard Blok
August 3, 2016 at 12:16 pm #42655Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .logo { position:relative; left:-100px;}
Regards,
ShriAugust 5, 2016 at 12:00 pm #42868Hi Shri,
Thanks, this worked for me. The only problem is, is that the Nature One Theme is responsive. That means when I use your code, the logo dissapears to far on the left side on the mobile version. Is there any solution for that?
Thanks in advance!
Kind regards,
Richard
August 5, 2016 at 1:46 pm #42893Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.header .header-inner .logo { position:relative; left:0;}
}Regards,
ShriAugust 5, 2016 at 9:26 pm #42919Thanks alot Shri! Awesome help! Everything went exactly how I wanted it ! 🙂
Can I ask you one more question?
Do you also know how to make my Submenu bar wider? I used this code:
.menu-energie-container ul ul a {
width: 250px;and it worked to make the text not wrapped but whole. But the problem is that the background (white bar) doesn’t has the same lenght as the text..
Hope you can help out!
Best regards,
Richard
August 8, 2016 at 1:02 pm #43076Same again maintenance mode.
Regards,
ShriAugust 9, 2016 at 9:17 am #43162Maintenaince mode is off, and you can access my WOrdpress account right now. I hope it is still possible for you to change this, would be awesome.
Richard
August 9, 2016 at 1:41 pm #43210Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .nav ul li:hover > ul { width:250px !important;}
Regards,
ShriAugust 9, 2016 at 8:43 pm #43244Hi Shri,
It didn’t work, nothing changed. I still see “Menu > Verzekeringen > Rechtsbijstandverzekering” still goes past it’s container. I want to make the container wider.
Richard
August 9, 2016 at 9:25 pm #43247Hi Shri,
I fixed it. This code worked:
.nav ul:hover ul { width:250px !important;}
This topic can be closed, hope you can help on my other issues 🙂
Thanks!
Richard
August 10, 2016 at 8:30 am #43279Okay cool.
Regards,
Shri -
AuthorPosts
- The topic ‘Nature One – How to put Logo and Nav on left side?’ is closed to new replies.