FAQ
You can try adding this code to your site footer code settings (this is global for all pages). or put in a Swiss Embed section (just on that page)
<style>
.powkit-loki .section-body{
line-height: unset !important;
font-size: unset !important;
}
</style>
You can try adding this code to your site footer code settings (this is global for all pages). or put in a Swiss Embed section (just on that page)
<style>
@media (min-width: 1200px){
body .powkit-loki .container{
max-width: 1200px;
}
}
</style>
Last modified 4mo ago