Tagged: Custom Size, Edit Header, header, logo, Logo Size, menu, Menu Size
- This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by
developer vwtheme.
-
AuthorPosts
-
January 27, 2020 at 5:03 am #37961
DaShawn Shafer
ParticipantI purchased the VW Industrial Pro theme, but I am having trouble adjusting a few of the header elements. The following URL is the correct site for both of the questions below.
URL: http://www.qtoolservice.com/qts1. I would like to make the menu text slightly larger (increase of 2-3px), as well as move the “contact us” link onto the same line as the rest. I have tried removing the search bar and all social media icons, but the header menu will not shift.
2. I would like to increase the size of our company logo on the header. I would like the logo to fill the entire available space.January 27, 2020 at 10:10 am #37987developer vwtheme
ParticipantHi,
Thank You for choosing us!
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
#header .logo img {
max-height: unset;
width: auto;
}.main-navigation a {
display: block;
text-decoration: none;
text-transform: none;
margin: 0px 10px;
font-size: 18px;
color: #ffffff;
font-family: “Nunito Sans”;
font-weight: 600;
padding: 5px 0px;
}If you need further assistance or clarification please let us know.
Thank You.
January 30, 2020 at 7:00 pm #38415DaShawn Shafer
ParticipantWould it be possible to extend the length of the header to the full width of the page?
January 31, 2020 at 12:06 pm #38480developer vwtheme
Participant -
AuthorPosts
- You must be logged in to reply to this topic.