down16 Posted May 6, 2015 Share Posted May 6, 2015 http://www.hcwrestling.co.uk/pw-zone/index.php?/topic/4-test/#entry4 Link to comment Share on other sites More sharing options...
0 down16 Posted May 7, 2015 Author Share Posted May 7, 2015 thaxs all works now Link to comment Share on other sites More sharing options...
0 DavidPolak Posted May 7, 2015 Share Posted May 7, 2015 CSS > skin_jawards > profile_awards_block Change <h2 class='maintitle'>{$this->lang->words['awards_profile_view_title']}</h3> <div class="ipsBox"> <div class="ipsBox_container"> {$rows} </div> </div> To something like this {$this->lang->words['awards_profile_view_title']} <div class="ipsBox"> <div class="ipsBox_container"> {$rows} </div> </div> You can use css to change the size of your text like <font size="6"></font> Link to comment Share on other sites More sharing options...
0 down16 Posted May 7, 2015 Author Share Posted May 7, 2015 did not work and still the same Link to comment Share on other sites More sharing options...
0 DavidPolak Posted May 7, 2015 Share Posted May 7, 2015 Oops, wrong template. You can undo the stuff I told you, the correct template to edit is TopicPost_View Instead of <h3><a href='{parse url="showuser={$member['member_id']}&tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_title_post']}</a></h3> Replace it by <a href='{parse url="showuser={$member['member_id']}&tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_title_post']}</a> Link to comment Share on other sites More sharing options...
0 down16 Posted May 7, 2015 Author Share Posted May 7, 2015 it fixed the text but how make the box not as long Link to comment Share on other sites More sharing options...
0 DavidPolak Posted May 7, 2015 Share Posted May 7, 2015 On the same template again Replace <div style="margin-top:10px;"> By <div style="margin: 0px auto; width: 50%;"> 50% would be the half of your actual size, so play with this setting to get what you want. Link to comment Share on other sites More sharing options...
0 Kingy Posted May 7, 2015 Share Posted May 7, 2015 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
down16
http://www.hcwrestling.co.uk/pw-zone/index.php?/topic/4-test/#entry4
Link to comment
Share on other sites
7 answers to this question
Recommended Posts