Archived topic
Display our services
4 replies · Started by Anonymous on November 9, 2015
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
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 :)
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
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
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/
