BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Remove some padding on page and enlarge text area for blog page

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

    #63302
    @uwethwp

    Hi @sagar,
    I would like to do some changes on specific pages only.

    Please see the screenshorts below.

    screenshot 1: remove the padding below the menu on only one single page (maybe with a css on page id?)

    screenshot 2: enlage the textare on one single post page

    May I ask for your support please?

    Thank you and have a nice day.

    Answers

    #63311

    Alyssa
    Participant
    @alyssa-buddyboss

    Hello Uwe,

    Try with following codes.

    .page.page-template-default:not(.buddypress) .site {
        padding-top: 30px;
    }
    
    .single-attachment.single-attachment .entry-header,
    .single-post.single-post .entry-header:not(.has-image),
    .single.single:not(.bp-user):not(.bbpress) #primary {
        max-width: 880px;
    }

    Hope this helps you.

    Thanks

    #63362
    @uwethwp

    EXCELLENT!! Thank you. Exactly what I needed.

    #64234

    Anonymous
    @

    Hi @uwethwp, I will close the topic now..If you have other concerns, create a new topic…. we will be more than happy to assist you.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Remove some padding on page and enlarge text area for blog page’ is closed to new replies.