kak8500 0 Report post Posted January 24, 2012 I purchased the Profiles section and set it up on a "custom page" (wasn't sure how else to do it). I logged in today and my profiles are gone and "custom" is no longer an available type of page. I need content on the page in addition to profiles, and I need to hide comments. Also, there was a bunch of unnecessary padding around the highlight section that contained an image (but the highlight section is also gone from my page). Is there anyone that can help resolve this issue? http://dev.zeriongroup.com/who-we-are/ Share this post Link to post Share on other sites
kak8500 0 Report post Posted January 24, 2012 Since "custom page" was no longer an option, I tried making it a highlight page and that seems to have worked. It also resolved my "hiding comments" issue. However, there is still a bunch of padding above the highlight area that I don't want there and I'm not sure how to remove it. Thanks! Share this post Link to post Share on other sites
Jackey 29 Report post Posted January 24, 2012 No need for a custom page... You can add the profile section to the default page template an hide it by default. Enable the profile and disable the comment or content sections in the meta setting on the page where you want to show the profile. Share this post Link to post Share on other sites
kak8500 0 Report post Posted January 24, 2012 Ok, thanks. Then how do I get rid of extra padding around the highlight box? I don't know much CSS, but I'm sure I just need some code to insert in the custom code section. Thanks! Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 24, 2012 This is the code currently affecting it: [code]#highlight .content-pad .highlight-area { padding: 50px 15px 60px; }[/code] Just copy this in your custom css box and adjust the numbers, something like this: [code]#highlight .content-pad .highlight-area { padding: 10px 15px; }[/code] Share this post Link to post Share on other sites