[Resolved] Display our services

Home Forums Support [Resolved] Display our services

Home Forums Support Display our services

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #151692
    Leon

    Hi Support Team,

    I’m using GP Premium. I want to list “our services” in s section of on my homepage. The effect will be similiar as your add-on page: https://generatepress.com/add-ons/ where in each row I can list 5 or 6 pictures and a line of texts below it to decribe.

    How can I do it please?

    Thanks
    Leon

    #151705
    Tom
    Lead Developer
    Lead Developer

    Hi Leon,

    Try using our Grid Columns plugin: https://wordpress.org/plugins/lightweight-grid-columns/

    It will allow you to add your content in columns, and then you can attach classes to them to style them using CSS 🙂

    #151763
    Leon

    Hi Tom,

    Thanks for your help. I don’t have knowledge of coding or CSS. But I have found an optional way of using gallery instead. It’s not working as perfect as your plugin. But I will live with it as of now.

    Thanks again.

    Leon

    #151838
    Leon

    Hi Tom,

    I have another question: my main menu’s submenu shows the text of each menu item in two or three lines. But I want the texts to show in one line only.

    Here is the link: http://interpreterdatabase.com/

    If you hover over the second menu item: “buy from China”, you will know what I mean.

    How can I make it please?

    Thanks
    Leon

    #151851
    Tom
    Lead Developer
    Lead Developer

    You can increase the width of your sub-menu with this CSS:

    .main-navigation ul ul {
        width: 300px;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

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