This topic has 8 replies, 2 voices, and was last updated 10 years by airsidworld.
-
Author
Tagged: Centered logo, no menu, no login/register buttons
-
April 15, 2014 at 23:43 #15207airsidworldParticipant
Hi,
I’d like to get the logo centered without menu and login/register buttons.
For deleting Login/register buttons i’ve followed this topic.
For the menu i’ve followed this topic but it’s nt working, there is a “default menu” (many pages titles) that appears, so i had to activate an empty menu.
For centered the logo i’ve followed this topic, but the logo still on the left. Is it because i still have a menu (empty one) ?
Please help.April 17, 2014 at 11:05 #15353AbeKeymasterHi, You could do it by css. Try adding this to center the logo:
COPY CODE#header .four.columns { float: none; margin: 0 auto; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 17, 2014 at 20:58 #15389airsidworldParticipantHi Abe,
I’ve added the following in the quick css but nothing happens:/**********center logo*******/
#header .four.columns {
float: none;
margin: 0 auto;
}/**********remove menu*************/
.top-bar {
display: none;
}April 22, 2014 at 22:07 #15678AbeKeymasterWhat is you site? To see if you really added them
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 25, 2014 at 00:46 #16006AbeKeymasterI see you made changes to the header.php and therefore there is no way my code will work 😉
In your case try:
#logo img {
float: none;
margin: -60px auto 0;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 25, 2014 at 21:14 #16072airsidworldParticipantThanks Abe, works great !
I learning about css, so if you have time (and i’ll understand you don’t 🙂 ) i’m curious to know why -60px for margin, did you calculate it ?April 29, 2014 at 02:36 #16307AbeKeymasterGreat. nothing special about the height, I just tested it and that size looked good
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Centered logo, no menu, no login/register buttons’ is closed to new replies.