-
AuthorPosts
-
April 24, 2019 at 2:54 pm #1093992
Hi,
I would like to remove the line in my header that separates the menu links and the social icons.
Its a line that goes vertical almost see-through.I would also like to move the logo and the menu text a bit more centered, is that possible? Almost have it in line with the text and images I have in the body below.
website: http://www.nordicperceptions.com
Thanks for your help!
Dennis
April 25, 2019 at 3:44 am #1094269D
Learn to use Chrome Inspector in the Chrome Browser, you have a bit to learn there
https://www.codecademy.com/articles/f1-u2-chrome-inspectorFor your problem of the line in between
In Chrome
Right click on that area, and open Inspector
Make your way to: class=”avia-menu av-main-nav-wrap av_menu_icon_beside”
Then see(to the right) .avia-menu.av_menu_icon_beside
That is what you need to change in General Styling / Quick CSS
In the inspector set border-right-style to none and watch what happens
Or do anything you want within the inspector, nothing is permanent (until you change it within WordPress)This is what would change that line by adding to Quick CSS
.avia-menu.av_menu_icon_beside { border-right-style: none; }
April 25, 2019 at 6:24 am #1094295Thanks, worked.
How about moving the logo and menu text towards the center?
Guess the menu wrap should be boxed somehow?April 25, 2019 at 7:08 am #1094305You need to learn this basic stuff yourself
Take the course I sent you
And learn to use Google as well
https://www.google.com/search?q=logo+and+menu+text+towards+the+center+enfold
That almost always give you a starting point
This required no less than 100$ of my time …spend it wisely
- This reply was modified 5 years, 6 months ago by aribann.
April 25, 2019 at 2:23 pm #1094414Hi dennisgrunwald,
Can you please attach a mockup of what you’re trying to achieve?
Here are some of the header layouts
Best regards,
VictoriaApril 25, 2019 at 8:14 pm #1094536How do I upload/attach an image for you to see?
Cant find a button for it.Otherwise in this website https://arnfinnjohansen.com/ when you scroll down you will see the logo and the social icons being aligned with the body text on his site.
Looks like the header width is the same width as the “body” content on his site.
I played around a bit on my site http://www.nordicperceptions.com and got pretty close.
changed my container width to 70% and the menu with this code:#top #header .container {
width: 65%;
max-width: 100%;
}But its not exact and im not sure if I made it in the correct way.
April 29, 2019 at 12:39 am #1095113 -
AuthorPosts
- You must be logged in to reply to this topic.