Change position of logo to left of navigation
-
Hi, love your beautiful theme! One minor issue…
I have been trying to put the logo on the top left (on left of navigation)… I succeeded to some extent but my CSS has two issues (1) The logo image doesn’t totally link to the homepage — only the corner of it does (2) By putting it to “Absolute” this affects the responsiveness aspect of the theme.
Here’s the CSS edit:
#logo { position:absolute; left: 0px; display:block; padding-top:50px; line-height:1.8em; }
nav#mainmenu { margin:0 0 50px 0; text-align:right; position:relative; padding-top:50px; width:100%; }And my website:
https://www.fortunink.com/test/tworkshoppe/Please tell me there’s an easier way! Much appreciated.
- The topic ‘Change position of logo to left of navigation’ is closed to new replies.