wyranger Posted April 17 Share Posted April 17 I created a new post for my KVS site, but for some reason the style of the post content isn't properly applied. I am using the all_responsive_metal.css. Quote Link to comment Share on other sites More sharing options...
wyranger Posted April 17 Author Share Posted April 17 {{insert name="getBlock" block_id="post_view" block_name="Post View" assign="post_view_result"}} {{assign var="page_title" value=$storage.post_view_post_view.title}} {{assign var="page_description" value=$storage.post_view_post_view.description}} {{assign var="page_keywords" value=$storage.post_view_post_view.tags_as_string}} {{if $storage.post_view_post_view.canonical_url!=''}} {{assign var="page_canonical" value=$storage.post_view_post_view.canonical_url}} {{/if}} {{include file="include_header_general.tpl"}} <div class="content"> {{$post_view_result|smarty:nodefaults}} </div> {{include file="include_footer_general.tpl"}} This is my post view smarty code. Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 17 Share Posted April 17 Yes, Posts functionality is designed for customization (e.g. news, articles, stories) and there are no default styles for them, because obviously different types of posts need different display logic / design. Quote Link to comment Share on other sites More sharing options...
wyranger Posted April 17 Author Share Posted April 17 Thanks for your reply, where can I modify in order to properly style this section? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 17 Share Posted April 17 You can modify all_responsive_metal.css CSS file, or put the styles inline into <style> section anywhere on the page. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.