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

    #42111

    Anonymous
    @

    Is there anyway to have the menu on the boss and social learner to have child pages drop down under the main menu name when clicking on them menu on top? When I add child menu items on boss it just shows on the main.

    Answers

    #42129

    Alyssa
    Participant
    @alyssa-buddyboss

    @chansmith if you are referring to the titlebar, menu child menu items are not supported.

    #42135

    Anonymous
    @

    Yeah, in the title bar, thanks that answered it. Another question. I found out through you videos I can use the page builder, how can I make the rows on the front page have no spaced in between them. I have it set to 0 on layouts but there is still space in between them. I might be missing something. I like to have no spaced in between them.

    #42138

    Anonymous
    @

    @chansmith I did the same thing , it took a lot of research and trial and error, but I finally found something that works to remove the spacing between rows. Go into each row and edit, then expand “Attributes”. Add this to the Row Class:

    no-bottom-padding

    Add this to CSS Styles:

    layout-full .panel-row-style.no-bottom-padding {
    margin-top: -110px;
    padding-top: 0 !important;
    padding-bottom: 0 !important}

    You’ll have to play around with the numbers for margin-top as it’ll be different for each row. I recommend starting with a smaller number and working your way up until there’s no space in between each row. Each row will need these attributes added. If it doesn’t show up right away then you’ll probably have to clear your cache but this is what I use so I can confirm it works.

    #42139

    Anonymous
    @

    Ty that worked great. ty very much.

    #42143

    Anonymous
    @

    Well in ie it doesn’t show correctly.

    #42144

    Anonymous
    @

    In the boss theme main-global css

    .panel-grid {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 100px 0;
    }

    That is over ridding the spaces. I can change that in edit css really easy but I need to know if that will affect anything else first.

    #42201

    Alyssa
    Participant
    @alyssa-buddyboss

    @chansmith I don’t believe we use that class anywhere else onsite. Feel free to override.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘drop down menu’ is closed to new replies.