I know that there are a lot of you that's using the BF4_Multi theme found for download on the Xtreme site.
The one thing that I have done on many sites that requested me to modify it for their site was to widen it.
Earlier this week, I got a request to make a video tutorial on how to widen it. Well, that's what I have done.
Well, for those of you that are still running it at its stock width, here is how you would go about widening it.
[UPDATE]
Before I get asked, here is a copy of my cheat sheet I wrote up. If you can't follow it, don't ask me to decipher it. I understand it just fine.
I also like to note that this does NOT contain all the coding from the video tutorial, this just contains shorthand of stuff I know I need to touch upon.
Please login to see this link Get registered or Log in |
The one thing that I have done on many sites that requested me to modify it for their site was to widen it.
Earlier this week, I got a request to make a video tutorial on how to widen it. Well, that's what I have done.
Please login to see this link Get registered or Log in |
Well, for those of you that are still running it at its stock width, here is how you would go about widening it.
[UPDATE]
Before I get asked, here is a copy of my cheat sheet I wrote up. If you can't follow it, don't ask me to decipher it. I understand it just fine.
I also like to note that this does NOT contain all the coding from the video tutorial, this just contains shorthand of stuff I know I need to touch upon.
Last edited by coRpSE on Sun Feb 13, 2022 12:01 am; edited 2 times in total
Nice video coRpSE, always wanted to know howto do this because its a great theme and will always be used, only two themes i like LM-blackmagic and BF4-Multi.
A big thanks for you work on these video's, great job.
A big thanks for you work on these video's, great job.
Thanks. I tried keeping it as short as I could, so instead of trying to go into too much detail, it was more of a do as I do. To make it full width would be more of a pain, and even then, would require a max width. I wasn't sure if it would be easy for people to follow.
Hello coRpSE, i tried this yesterday and believe it or not it did not change anything, deleted cookies, cleared cache, refreshed browser nothing changed, is it because this copy from evolution is bootstraped and your copy is the original.
Hello coRpSE, i tried this yesterday and believe it or not it did not change anything, deleted cookies, cleared cache, refreshed browser nothing changed, is it because this copy from evolution is bootstraped and your copy is the original.
The theme I used in the video is the one that you can download from Evo. When I made the video, I actually just had downloaded that theme. Just note, this is ONLY for the BF4_Multi theme, which is not bootstrapped. Since you mentioned bootstrap and because of the other post on the Evo site, I think you're trying to widen the theme that is used on the cod-sniper clans site, that is not the BF4_Multi theme, you are using the same theme I am using on my site here called LM-BlackMagic, I just heavily modified the one on this site.
Try this.
Open: public_html/themes/LM-BlackMagic/style/style.css
Find, (Around line 409):
Code: [ Select all ]
.main-site-container {
/*width: 1368px;*/
max-width: 1500px;
}
Replace with:
Code: [ Select all ]
.main-site-container {
width: 96%;
max-width: 1920px;
}
Save & Close
Then you need to clear your browsers cache, and then you should see it changed. You can see that I set the width to 96%, and I set the max-width to 1920px, so if someone comes yo your site with a really large screen resolution, it doesn't look all stretched.
Last edited by coRpSE on Sun Mar 06, 2022 1:01 pm; edited 1 time in total
Thanks coRpSE, did it again and used ctrl+f5 and it was fine, i have the image changer on the right side with a few of the themes including BF4 Multi. The default is LM-Blackmagic. Going to add the steam code you did.
Thanks again coRpSE great work.
Thanks again coRpSE great work.
thanks corpse worked a treat
Glad to hear.
has anyone got an updated psd for the header images i have original psd but center area is is cropped now it needs stretched to fit the theme after all the edits
would be good to get the header images working again
would be good to get the header images working again
Unfortunately, what's there is all that is there. New ones would need to be created, or those would need to be manipulated.