Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Hello!
from the beginning I have hard time with Soraxton template.
I’ve just succeeded in personalizing it, when I discovered that my static pages wrapper changes depending on breaking the text….please take a look at example of my STATIC PAGE
I’ve tried to change it and make it full width by adding
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.blog-pager, .footer, .post-footer, .feed-links, .sidebar { display:none !important;}
.main-inner .columns {width: 100%;padding-left:0 !important;padding-right:0 !important;}
</style>
</b:if>
I hope I overwrote (and that was intention) it’s original code, but it is so non-standard that I have no idea what else can I do…
Can you help me, please?