Activity

  • shilong started the topic using correct CSS code, but could not resize header logo in the forum BuddyBoss 4.0 9 years, 3 months ago

    Hello, I don’t know why I cannot resize the header logo when it was so easy.
    I use the code below in the child theme css:

    .site-header #logo {
    float: left;
    height: 30px;
    padding-right: 480px;
    width: 80%;
    }
    I tried in different browser, it is not catche problem. I don’t think it is plugin interference. What I have done wrong? Do I need to do something else in the buddyboss? only the float work when change it, but it have nothing happen when I change the height, padding,width.