Archived topic
Add widgets to content page
3 replies · Started by Anonymous on August 3, 2016
Hi all,
Iam compleet new with wp and try to build a website using de gp theme.
What i try to do is making a our service section on my homepage with 3 columns. I search on internet and saw the people using widgets for this. But i could not find widgets for in the content page. Only in the sidebar or footer.
First i thought i need to work with divs. But i don't now much of coding etc.
Every help is welcome
Thanks in advance
Hello MrTom,
You can use this plugin made by Tom, the creator of GP: https://wordpress.org/plugins/lightweight-grid-columns/
It's very easy to use. In your case of 3 columns you can use this: https://gist.github.com/JeanPaiva/959a8c3000c9d17c789812f85306a510
Hope I have helped you
Just to add to Jean's code. Lightweight Grid Columns is also mobile responsive, so in case you don't want to show all 3 columns in tablet/mobile view, you can try the code here: https://gist.github.com/anonymous/912327d76cad506292cf557a5df67607
This will show 3 columns per row on desktop, 2 columns per row on tablet and 1 column per row on mobile.
You guys are awesome :)