Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Apr 15, 2017 23:04:32 GMT -8
In admin > themes > advanced styles & css > stylesheet (tab), find the following on line 1703 and remove it entirely:
table.list td.icon, table.list th.icon { display: none; }
You're free to remove the empty space too, but make sure you don't delete any of the previous line.
Ok ty i wish i was good at css You're welcome! Let me know how you manage in the morning (:
And haha, well I didn't get good at CSS overnight! It's hard work but worth it if you're interested!
|
|
Former Member
inherit
guest@proboards.com
225992
0
Nov 24, 2024 23:25:07 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 16, 2017 3:59:22 GMT -8
Ok ty i wish i was good at css just out of curiosity, why did you offer to help If you don't know anything about CSS ? You said yourself they are under a deadline, yet they ask someone with no experience to get the job done. Makes no sense. :-/
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 16, 2017 10:09:34 GMT -8
Thank you!
In admin > themes > advanced styles & css > stylesheet (tab) find the following on lines 1679 THROUGH 1682:
#top-ad-banner, #bottom-ad-banner { padding-left: 290px; } #content { margin: 0px auto 0 auto; } #content { margin: 0px 20px 0 290px; } .container { margin: 0 0 20px 0; max-width: 1200px; }
Change it to:
/*#top-ad-banner, #bottom-ad-banner { padding-left: 290px; }*/ #content { margin: 0px auto 0 auto; } #content { margin: 0px auto 0 auto; } .container { margin: 0 auto 20px auto; max-width: 1200px;}
And for the sake of uniformity, find the following on lines 1557 and 1558 and remove the text that I've indicated in red:
footer{ opacity: 0.5; color: @color1; .rFont(); margin-bottom: 0px; margin-left: 270px; padding-bottom: 0px !important; } .footer { opacity: 0.5; color: @color1; .rFont(); margin-bottom: 120px; margin-left: 270px; text-align: center; }
Let me know how that works out for you!
I will do this first thing in the morning also something off topic on this theme is there any possible way to do thread icons? ie7 .avatar_size_small { font-size: 40px; } .ie7 .avatar_size_quote { font-size: 24px; } Thats what i see on line 1557 to 1558 that is Style sheet?
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Apr 16, 2017 10:13:13 GMT -8
I will do this first thing in the morning also something off topic on this theme is there any possible way to do thread icons? ie7 .avatar_size_small { font-size: 40px; } .ie7 .avatar_size_quote { font-size: 24px; } Thats what i see on line 1557 to 1558 that is Style sheet? I'm so sorry, that was a typo. The lines should be 1657 and 1658.
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 16, 2017 10:19:48 GMT -8
ie7 .avatar_size_small { font-size: 40px; } .ie7 .avatar_size_quote { font-size: 24px; } Thats what i see on line 1557 to 1558 that is Style sheet? I'm so sorry, that was a typo. The lines should be 1657 and 1658.
Okay done now the Navigation bar size i need it to be the the length as banner
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 16, 2017 10:25:07 GMT -8
Ok ty i wish i was good at css just out of curiosity, why did you offer to help If you don't know anything about CSS ? You said yourself they are under a deadline, yet they ask someone with no experience to get the job done. Makes no sense. it doesn't hurt to try to do something you're not good at does it that how you learn
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Apr 16, 2017 10:32:21 GMT -8
I'm so sorry, that was a typo. The lines should be 1657 and 1658.
Okay done now the Navigation bar size i need it to be the the length as banner Okay, back on line 1656 add the text I've marked here in blue:
header { background-color: rgba(0,0,0,0.9); max-width: 1200px; margin-left: auto; margin-right: auto;}
just out of curiosity, why did you offer to help If you don't know anything about CSS ? You said yourself they are under a deadline, yet they ask someone with no experience to get the job done. Makes no sense. :-/ it doesn't hurt to try to do something you're not good at does it that how you learn While it's fantastic that you want to learn and I agree that doing something you're not good at is a great way of doing so, I do not recommend taking the plunge when you're working for someone else. Do it on your own time. When someone asks for help with something and you agree, they accept the help with the assumption that you are capable of doing the task at hand. This is especially true if you're being paid for your work and time, but would still be true even if you aren't.
Think of it this way: would you hire a plumber to fix your toilet if he's never fixed a single toilet before? Or would you rather ask the person he's asking to help him fix your toilet directly? To apply to this situation: if your client asked me to do it directly it would have been done a lot faster than you and I going back and forth for two days on this, as a for instance.
Keep in mind I'm not blasting you for wanting to get better! But I fail to see how me telling you what to do for someone else is practice. A better way would be if you, in your own time, looked at the CSS and played around with things and broke things and read up on how to fix them, etc, rather than asking someone to tell you what to do.
If you're genuinely interested in learning, I can change my answers so that you're required to do a bit of searching for the solution on your own. I can give you what the problem is, but it can be up to you to find the solution. Would you prefer that? That way it's a learning experience, rather than an instructional one.
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 16, 2017 12:44:55 GMT -8
Okay done now the Navigation bar size i need it to be the the length as banner Okay, back on line 1656 add the text I've marked here in blue:
header { background-color: rgba(0,0,0,0.9); max-width: 1200px; margin-left: auto; margin-right: auto;}
it doesn't hurt to try to do something you're not good at does it that how you learn While it's fantastic that you want to learn and I agree that doing something you're not good at is a great way of doing so, I do not recommend taking the plunge when you're working for someone else. Do it on your own time. When someone asks for help with something and you agree, they accept the help with the assumption that you are capable of doing the task at hand. This is especially true if you're being paid for your work and time, but would still be true even if you aren't.
Think of it this way: would you hire a plumber to fix your toilet if he's never fixed a single toilet before? Or would you rather ask the person he's asking to help him fix your toilet directly? To apply to this situation: if your client asked me to do it directly it would have been done a lot faster than you and I going back and forth for two days on this, as a for instance.
Keep in mind I'm not blasting you for wanting to get better! But I fail to see how me telling you what to do for someone else is practice. A better way would be if you, in your own time, looked at the CSS and played around with things and broke things and read up on how to fix them, etc, rather than asking someone to tell you what to do.
If you're genuinely interested in learning, I can change my answers so that you're required to do a bit of searching for the solution on your own. I can give you what the problem is, but it can be up to you to find the solution. Would you prefer that? That way it's a learning experience, rather than an instructional one.
I dont have all the time to do this i work and going to start getting Overtime with job also i think this might be the last thing can i add individual icons on a post to Show Like rules as a book, ect
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Apr 16, 2017 12:55:55 GMT -8
I dont have all the time to do this i work and going to start getting Overtime with job also i think this might be the last thing can i add individual icons on a post to Show Like rules as a book, ect I'm not one to judge but if you don't have "time to do all this work" then why volunteer your services? :X You can do individual thread icons with this plugin: www.proboards.com/library/plugins/item/986Alternatively you can try this plugin (this removes the original thread image): support.proboards.com/thread/492966/thread-iconsYou can also be more specific using templates and CSS, but it's a bit time consuming so since you're busy I'll just leave it at that. You can ask again if you have the time. (:
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 16, 2017 13:03:06 GMT -8
I dont have all the time to do this i work and going to start getting Overtime with job also i think this might be the last thing can i add individual icons on a post to Show Like rules as a book, ect I'm not one to judge but if you don't have "time to do all this work" then why volunteer your services? :X You can do individual thread icons with this plugin: www.proboards.com/library/plugins/item/986Alternatively you can try this plugin (this removes the original thread image): support.proboards.com/thread/492966/thread-iconsYou can also be more specific using templates and CSS, but it's a bit time consuming so since you're busy I'll just leave it at that. You can ask again if you have the time. (: Its more he tried it and screwed it all over if any thing i am doing better then him even if i have to help for some things its more like work has been slow but i will be working more i am a welder so
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Apr 16, 2017 13:26:03 GMT -8
I'm not one to judge but if you don't have "time to do all this work" then why volunteer your services? :X You can do individual thread icons with this plugin: www.proboards.com/library/plugins/item/986Alternatively you can try this plugin (this removes the original thread image): support.proboards.com/thread/492966/thread-iconsYou can also be more specific using templates and CSS, but it's a bit time consuming so since you're busy I'll just leave it at that. You can ask again if you have the time. (: Its more he tried it and screwed it all over if any thing i am doing better then him even if i have to help for some things its more like work has been slow but i will be working more i am a welder so Then I wish you the best of luck! Did the above links help you out?
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 17, 2017 5:22:59 GMT -8
Its more he tried it and screwed it all over if any thing i am doing better then him even if i have to help for some things its more like work has been slow but i will be working more i am a welder so Then I wish you the best of luck! Did the above links help you out?
still messing around will let you know
|
|
inherit
243727
0
Apr 21, 2017 20:00:46 GMT -8
sabotage231997
20
April 2017
sabotage231997
|
Post by sabotage231997 on Apr 21, 2017 17:06:13 GMT -8
I'm not one to judge but if you don't have "time to do all this work" then why volunteer your services? :X You can do individual thread icons with this plugin: www.proboards.com/library/plugins/item/986Alternatively you can try this plugin (this removes the original thread image): support.proboards.com/thread/492966/thread-iconsYou can also be more specific using templates and CSS, but it's a bit time consuming so since you're busy I'll just leave it at that. You can ask again if you have the time. (: Its more he tried it and screwed it all over if any thing i am doing better then him even if i have to help for some things its more like work has been slow but i will be working more i am a welder so i got some time a few thing Banner size banner should be same size as nav tree
|
|