Hi, guys! I’m new with wordpress, looking for help in adjusting my Cryout themes. At the moment I’m using Nirvana theme. My idea was to make the presentation page look like the one here https://3destate.no/naering. With almost no borders between widget columns and no left and right margins. Does anybody know how this might be done? Thanks!
This topic was modified 6 years ago by Zed. Reason: moved to correct forum
Nirvana already has a columns design very similar to the example site (with minimal distance between the widgets). If you want to remove that distance entirely, try this CSS: #front-columns > .ppcolumn { margin: 0; }
To make the columns take up more horizontal space you need to increase the site width to a wider value.