Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #55726
    @purifyyourgaze

    Hello,

    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

    #55742

    Anonymous
    @

    Hi @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
    Pallavi

    #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!

    #55832

    Anonymous
    @

    Hi @purifyyourgaze, Please add this css code inside your child theme’s custom css option:

    
    #mastlogo {
        height: 65px;
    }
    

    Regards

    #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.

    #55936

    Anonymous
    @

    Hi @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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Shrink Logo Size’ is closed to new replies.