• Dear GP community,

    I’m using both, GP and GB Pro for my new project.
    Now, I have two problems where I would appreciate your support.

    #1 Space between two containers in the right sidebar

    Is it possible to reduce the space between such containers using normal padding or something else from GenerateBlocks? Or do I need custom CSS? If so, any easy code I could use?

    #2 Anchoring for button-built TOC

    I have built my own TOC using GenerateBlocks buttons and CSS anchors. However, I also want the TOC to recognize when scrolling downwards or upwards in which CSS anchor range the user is (providing better overview for the user). So that I can show a different background color for the respective button referring to the CSS anchor (as a marker). Is there anything I can do or do I need a plugin?`

    Many Thanks for your support

    Kind regards,
    Marius

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • ying

    (@yingscarlett)

    Hi Marius,

    1. Try this CSS:

    .sidebar .widget {
        padding: 20px 20px 0 20px;
        margin-bottom: 0;
    }

    2. GB buttons doesn’t have a function like that built in, it will require custom development Unfortuanly. You can also try search for a plugin.

    Let us know if there’s anything else we can help with ??

Viewing 1 replies (of 1 total)
  • The topic ‘Space sidebar Containers & anchoring for button-built TOC’ is closed to new replies.