Home › Forums › Blendit Theme Support › Menu location
- This topic has 11 replies, 2 voices, and was last updated 9 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 18, 2015 at 5:13 pm #4037
Good Day,
Is there a way to make the menu location in the middle of the page instead of the left
Regards
February 19, 2015 at 11:45 am #4051Hi,
Kindly show us your website url then we can say for that or give instructions for the same.
Regards,
ShriFebruary 19, 2015 at 6:05 pm #4057http://dohalife.net/123/
waiting your instructions
February 20, 2015 at 1:39 pm #4075Hi,
Here are the instructions: Path for CSS ( wp-content/themes/blendit/css/layout.css)
.show-bg nav ul {
margin: 160px auto 0;
width: 66%;
}Originally margin was margin-top
and width:100%
So change it as per the above and it will be at center.
Regards,
ShriFebruary 20, 2015 at 1:40 pm #4076This is for the sticky header:
.show-bg.fixedmenu nav ul {
left: 18%;
margin: 0;
position: absolute;
top: 0;
}Regards,
ShriFebruary 20, 2015 at 6:44 pm #4083Thanks for the reply, i did what you said and the menu went to the top, what i need is making the menu in the middle of the screen with changing the height
Appreciate your support
February 21, 2015 at 6:53 pm #4089Sorry i am still waiting for reply, i did what you said and the menu went to the top, what i need is making the menu in the middle without changing the height
February 24, 2015 at 10:52 am #4142Hi,
Is this what you needed?
.show-bg nav ul li a {
background: none repeat scroll 0 0 transparent;
color: #fff;
display: block;
line-height: 155px;
text-align: center;
text-transform: uppercase;
padding:0;
}Let us know.
Sorry for the delay in reply.
Regards,
ShriFebruary 24, 2015 at 12:59 pm #4150I searched in the CSS ( wp-content/themes/blendit/css/layout.css) nothing similar to edit, and i tried to add it as new one nothing changed, please advice
Thanks in advance
February 24, 2015 at 1:02 pm #4152Hi,
Try adding the above code in Custom CSS area in Appearance>Theme Options and check all the menu will be in center of the circle.
Let us know if that worked.
Regards,
ShriFebruary 24, 2015 at 1:20 pm #4156I did and it is still the same
please check below link
http://dohalife.net/123/
will be waiting the solution
Regards
February 24, 2015 at 1:32 pm #4157Draw what you need. Attach the image and send us email: [email protected] with the access (ftp and WordPress admin).
We will solve.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.