Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey, I saw that you are able to stick the menu bar, so it always appears on the top of the site when you are scrolling, You find this option in the theme settings under Navigation > Sticky Menu.
But I would like to stick the logo image including the telephone number of my company to the top at all time. You can see the bar on www.managementsystem-mal-anders.de
How can I always stick this, not the menu bar, to the top?
Hi Oli_e
I have tried checking out your site using the url provided, but it does not seem to work. Please update me on this so that I come up with a custom solution for you.
Looking forward to hearing from you
Cheers
Hey Addo, Oh, there was a mistake with the url. The right URL is http://managementsystem-mal-einfach.de/
It’s a workaround but here is what I suggest.
Theme Settings > Layout, move to the Logo In Menu option.
Add the following to Appearance > Custom CSS to remove the constraint placed on the logo in this layout:
Create a Custom Menu at Appearance > Menus, add a single Link item, add any url and add your phone number as the link title: Tel. 0711/13203200. Once the link has been added to the menu you can remove the url.
Add the following to Appearance > Custom CSS to right align the menu:
You can now turn sticky on.
If you let us know when the above is done I can help with centering the logo int he menu.
Hi Andrew,
thx for your fast response.
It´s done
Thanks. A few things I left out.
Appearance > Customise > Menu.
Set the menu background, menu item hover, menu current item background, menu current item hover background, set those all to white to give your menu a white background again (with no change on hover for the phone number).
There is also a menu padding setting there. Use that to add padding as required.
Then to center the logo, add:
It´s done. Is it possible to get my phoneno. in the same line like “Unternehmenskonzepte”?
We can try. Start by remove this last section of CSS I sent.
The logo is at the side now
I deleted this:
/* Vantage Logo in Menu – Center the Logo */
header#masthead.masthead-logo-in-menu .logo {
float: none;
text-align: center;
margin-right: 0;
}
header#masthead.masthead-logo-in-menu .logo > img {
display: inline-block;
}
Sure, add the following:
looks good and know the logo in the middle :-)
Ahh right, sorry, with you now.
At the moment I can unfortunately only help you get it like it is now. OR remove the last CSS I just sent and add back the logo centering CSS.
I´ll leave it like it is. Do you think you will find a solution to centering the logo?
Thats right. I unfortunately can’t help with both requests. You can either:
A:
Have the logo left aligned but with the phone number lining up as required.
OR
B: Center align the logo but not align the phone number. To do that you would remove:
and add back in:
Thx Andrew, I leave the logo left.
For sure, glad we could sort something out.