BuddyBoss Home – Web Support Forums Themes Boss. theme Revolution Slider

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

    #36371
    @photofly

    Hi there,

    I can’t get rid oft this space I marked on the sreenshot. You’ve got an idea how to do it via css?

    Answers

    #36389

    Alyssa
    Participant
    @alyssa-buddyboss

    @photofly can you send me a link?

    #36398

    Alyssa
    Participant
    @alyssa-buddyboss

    @photofly OK, I fully understand your issue now. You are using a page template that is not designed for a slider, nor designed for non-text content.

    I would suggest you create a new page template. To do to that copy the file page-no-buddypanel.php and rename to something else.

    On line 3 change the template name

    One line 13 find the class page-full-width
    Add a new class by adding a space after the original class like this:
    page-full-width my-custom-class
    NOTE: Make is something UNIQUE

    Save the file and place it in your child theme. Now you need to add code to custom.css
    .my-custom-class .site-content article:not(.comment){padding:0px;}
    .my-custom-class article .entry-header{display:none;}

    And now you should have a new page template without padding and without header

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Revolution Slider’ is closed to new replies.