-
Author
-
March 3, 2016 at 16:40 #108271kbradyParticipant
I am trying to make the logo larger (250px in height) but it is being resized to only 88px for some reason. The site is located at http://www.leyvaportraits.com
This is what I currently have in Quick CSS
.logo
{
height:240px;
margin-top:20px;
}
March 3, 2016 at 17:39 #108292sharmstrModeratorChange the main menu height to 250px in theme options > header options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 3, 2016 at 17:53 #108305kbradyParticipantI did that but now there is way too much padding above and below the menu. How can I fix that issue?
March 3, 2016 at 18:04 #108311sharmstrModeratorTry this instead
COPY CODE@media (min-width: 991px) { .header-centered .navbar-header, .logo { height: 250px !important; line-height: 250px !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 3, 2016 at 18:17 #108317kbradyParticipantI put that in the quickcss but it fix the issue. Big gap is still there
March 3, 2016 at 18:24 #108319sharmstrModeratorDid you reset the main menu height to 88px?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 3, 2016 at 18:28 #108320kbradyParticipantNo I didn’t but now I did. The logo went back to a small size. Not as big of a gap but still one since the logo is much smaller.
March 3, 2016 at 18:45 #108323sharmstrModeratorStrange that it works perfectly on my site.
Add this to it
COPY CODE#logo_img { max-height: 250px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
You must be logged in to reply to this topic.