-
Author
-
February 24, 2015 at 23:58 #47480mikewolf1127Participant
The logo in the header is being scaled down when the browser window is wide enough for it to be full size. I want it to be the full size unless the browser window causes it to be reduced.
February 25, 2015 at 18:27 #47600RaduModeratorHello,
Try with this code
You can increase the width of your logo by increasing the height of the header by modifying optin called Main Menu Height from Theme options -> Header Options, to limit the height menu itself please add the following rule in you kleo-chid style.css or Theme Options-> General settings -> Quick CSS
COPY CODE.kleo-main-header .navbar-collapse > ul > li > a { line-height:40px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 26, 2015 at 01:12 #47662mikewolf1127ParticipantGreat! Perfect! Thank you!
Now, how do I make a thin rule along the top of the menu like the one on the bottom of the menu?
February 26, 2015 at 17:25 #47793RaduModeratorYoure welcome,
Try with this code
COPY CODE#socket {border-top: 1px solid #dadada !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 27, 2015 at 23:53 #48022mikewolf1127ParticipantThat put a line across the top of the socket at the bottom of the page.
I wa asking if I could put a line across the top of the main menu.
March 2, 2015 at 13:44 #48342RaduModeratorHello,
Try with CSS code.
COPY CODE.navbar-collapse {border-top: 1px solid #e5e5e5;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.