[Resolved] GP Site Library

Home Forums Support [Resolved] GP Site Library

Home Forums Support GP Site Library

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1817918
    Sourabh

    HI,

    Using one of template from site library – https://gpsites.co/dev/

    Need bit help as unable to find specific option for editing the text and space mentioned in image… refer P area for more info…Snapshot will help to understand more my concern…

    thanks

    #1817964
    Leo
    Staff
    Customer Support

    Hi there,

    This should help:
    https://www.screencast.com/t/g13Zsmwh

    Let me know 🙂

    #1817976
    Leo
    Staff
    Customer Support

    As for the sticky navigation, try increasing the menu item height:
    https://docs.generatepress.com/article/sticky-navigation/#menu-item-height

    #1818199
    Sourabh

    Okay, Thanks it was helpful, just small problem there (refer P section).

    #1818210
    Elvin
    Staff
    Customer Support

    Hi there,

    The spacing between the paragraph links are added by default. It’s a margin-bottom added by default coming from WordPress core CSS.

    It’s this one:

    p {
        margin-bottom: 1.5em;
    }

    You can remove this margin-bottom specifically for that menu by assigning a CSS class on its grid column container block.

    We then use that added CSS class as the selector to target its content paragraph blocks.

    Say, for example, you’ve added custom-footer-menu class to the grid column. We can remove the margin-bottom for its content paragraph blocks using this CSS:

    .custom-footer-menu p {
        margin-bottom: 1.5em;
    }

    As for the white space on the bottom of the footer:

    The white space you see is from an empty paragraph block below your Container block containing the footer inside a Block Element. Make sure this empty paragraph block is removed so that space doesn’t appear.

    #1818368
    Sourabh

    Thanks Elvin.

    That white space gone but that space is applying in whole container which destroying heading space also..do we have any alternate.

    can I add a footer menus there in list format like header menus, I am doing it via manual text para and hyperlinking it with concern page.

    #1818482
    David
    Staff
    Customer Support

    Hi there,

    use the Headline block for your list items, you can change it to a P tag, and remove the bottom margin in the Spacing setting.

    #1818486
    Sourabh

    Can we create nav menus and add there in place of footer menus ?

    #1818518
    David
    Staff
    Customer Support

    Not at this time as WordPress have yet to convert core widgets to Blocks.

    #1819038
    Sourabh

    okay thanks

    #1819535
    David
    Staff
    Customer Support

    you’re welcome

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.