BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Shrink Logo Size
- This topic has 5 replies, 2 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
January 6, 2016 at 11:09 pm #55726@purifyyourgazeHello,
I’ve got the LearnDash Social Learner plugin and have tried and tried to make the logo size smaller and also the top navigation bar height to be smaller. Can you help me with the CSS element that controls this please?
Answers
January 7, 2016 at 4:29 am #55742@
AnonymousHi @purifyyourgaze, Please attach the screen shot so I can provide you css according to that.. The standard size of the logo is 280px by 80px so upload the logo with same size.
Regards
PallaviJanuary 7, 2016 at 5:05 pm #55797@purifyyourgaze@pallavi: My logo size is 134 x 65 and want the actual logo size to be that size. Currently it is appearing as 186 x 89. I also want to shrink the upper navigation bar if I shrink the image as it takes too much space.
I also want to shrink the width of the sidebar navigation as shown in the image.
Thanks!
January 8, 2016 at 5:54 am #55832@
AnonymousHi @purifyyourgaze, Please add this css code inside your child theme’s custom css option:
#mastlogo { height: 65px; }
Regards
January 8, 2016 at 9:38 am #55846@purifyyourgaze@pallavi: Thanks. Unfortunately the css you provided did nothing to change it. I inserted it into the custom CSS section as you mentioned.
And presumably this is only for the logo. I also need some help with the top navigation height being shrunk and the width of the left navigation being shrunk as well.
January 10, 2016 at 12:22 am #55936@
AnonymousHi @purifyyourgaze please try with important tag
it will be better to keep logo of height 80px plus
following code is for logo only
but it will not look good, all the element inside the header also need to be adjusted including notification icons and login register and menus after login.#mastlogo { height: 65px !important; }
Regards
- The question ‘Shrink Logo Size’ is closed to new replies.