Results 1 to 4 of 4
-
16th Mar 2011, 05:29 PM #1OPMember
IPB 3 Forum Editing Help
I want to minimize width of marked area. Any help would be appreciated. Here is the URL of website http://www.appleshare.org
makfun Reviewed by makfun on . IPB 3 Forum Editing Help I want to minimize width of marked area. Any help would be appreciated. Here is the URL of website http://www.appleshare.org http://lulzimg.com/i15/3ecbc3.jpg Rating: 5
-
16th Mar 2011, 06:59 PM #2Respected Member
Look & Feel > Manage Skin Sets & Templates > Manage Templates in IP.Board > CSS
ipb_styles.css
find :
/************************************************** **********************/
/* AUTHOR INFO (& RELATED) STYLES */
.author_info {
text-align: left;
font-size: 0.9em;
border-right: 1px solid #e4ebf3;
margin: 15px -5px 10px 0px;
width: 225px;
float: left;
}
-
17th Mar 2011, 03:51 AM #3OPMember
Hey Dude great help. But one problem occurred. Look there is some space. I think content box should move to left. what shall i do now and one more question. I want to write something WARN STATUS bar. how???
-
17th Mar 2011, 04:12 PM #4Respected Member
Try this:
.post_body {
background-attachment: scroll;
background-clip: border-box;
background-color: #ffffff;
background-image: none;
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
border-left-color: #c2d7e8;
border-left-style: solid;
border-left-width: 1px;
float: right;
line-height: 180%;
padding-left: 5px;
vertical-align: top;
width: 80%;
}
For warning status verbiage look in file cache\lang_cache\1\core_public_global.php
find:
'warn_status' => "Warn Status",
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Need some help in editing my templates in WP
By trusteduploadz in forum WordpressReplies: 0Last Post: 6th Feb 2012, 06:34 PM -
Editing IPB
By LadyYepperz in forum Webmaster DiscussionReplies: 5Last Post: 30th Nov 2010, 03:36 AM -
Editing .SWF file
By SaBteCh in forum Webmaster DiscussionReplies: 2Last Post: 5th Jul 2010, 04:43 PM -
Help editing a snipit
By ACE in forum Technical Help Desk SupportReplies: 4Last Post: 14th Dec 2009, 03:50 AM -
logo editing
By lenney in forum Community CooperativeReplies: 2Last Post: 19th Feb 2009, 06:53 PM
themaRegister - register to forums...
Version 3.51 released. Open older version (or...