Skip to content

Instantly share code, notes, and snippets.

@kamlesh08
Created May 18, 2020 10:17
Show Gist options
  • Save kamlesh08/40f533e3a88b15d0120e120eb168d23c to your computer and use it in GitHub Desktop.
Save kamlesh08/40f533e3a88b15d0120e120eb168d23c to your computer and use it in GitHub Desktop.
Custom Layout for PowerPack Content Tiles Module - Beaver Addons
.pp-post-tile-left{
float: right !important;
width: 50%;
}
.pp-post-tile-left .pp-post-tile-post {
margin-left: 5px;
margin-right: 0px !important;
}
.pp-post-tile-right .pp-post-tile-post {
margin-left: 0px !important;
margin-right: 5px !important;
}
.pp-post-tile-post.pp-post-tile-post-4.pp-post-tile-small {
margin-left: 5px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment