View Full Version : vBulletin 4 Archive Font Size
Bulent Tekcan
08-28-2022, 10:36 AM
Hello,
How can I change vbulletin 4 archive font size ? I need to change titles and posts font size, because google search show me error about too little and can't read.
Regards
omer87
08-28-2022, 11:14 AM
/archive/archive.css
Find
body, li, td, div {
font: 11px verdana, arial, sans-serif;
}
Replace
body, li, td, div {
font: 18px verdana, arial, sans-serif;
}
Find
li {
font-size: 10pt;
}
Replace
li {
font-size: 14pt;
}
Bulent Tekcan
08-28-2022, 12:05 PM
Thanks for your reply. Is it any way to without change any files ? For example with vbulletin.css or anything ?
Regards
omer87
08-28-2022, 03:17 PM
Thanks for your reply. Is it any way to without change any files ? For example with vbulletin.css or anything ?
Regards
Unfortunately no, as this is the only CSS file for the archive page.
Maalesef hayır, ??nk? bu arşiv sayfası i?in tek CSS dosyasıdır.
omer87
08-28-2022, 05:45 PM
Thanks for your reply. Is it any way to without change any files ? For example with vbulletin.css or anything ?
Regards
I found a solution.
Add css code to archive part instead of ad code.
I added screenshots
<style>
body, li, td, div {
font: 18px verdana, arial, sans-serif;
}
li {
font-size: 14pt;
}
</style>
----------
Bir ??z?m buldum.
Arşiv kısmına reklam kodu yerine css kodu ekleyin.
Ekran resimleri ekledim
Bulent Tekcan
08-29-2022, 03:53 AM
I found a solution.
Add css code to archive part instead of ad code.
I added screenshots
<style>
body, li, td, div {
font: 18px verdana, arial, sans-serif;
}
li {
font-size: 14pt;
}
</style>
----------
Bir ??z?m buldum.
Arşiv kısmına reklam kodu yerine css kodu ekleyin.
Ekran resimleri ekledim
Thanks so much 👍
D?n ben de bunu buldum aynen, hatta şu koduda ekledim archive?e ve sorun k?kten ??z?ld?
<meta name="viewport" content="width=device-width, initial-scale=1.0">
?ok teşekk?rler 👍
Bulent Tekcan
08-30-2022, 05:09 AM
I found a solution.
Add css code to archive part instead of ad code.
I added screenshots
<style>body, li, td, div { font: 18px verdana, arial, sans-serif;}li { font-size: 14pt;}</style>----------
Bir ??z?m buldum.
Arşiv kısmına reklam kodu yerine css kodu ekleyin.
Ekran resimleri ekledim
Hello again,
Dostum http ile başlayan her satır konu alanı dışına sağa doğru gidiyor. Normal yazı gibi alta devam etmiyor. Bu eskiden beri b?yle idi. Nedeni veya ??z?m? hakkında bir fikrin var mıdır ? Aslında bana lazım olan Archive'de http,img olan linkleri misafire kapatmak, bu kesin ??z?m olacak.
Any idea this problem?
Regards
omer87
09-02-2022, 08:00 PM
This is how I solved it.
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body, li, td, div {
font: 18px verdana, arial, sans-serif;
}
li {
font-size: 14pt;
}
div.posttext {
overflow-x: hidden;
}
</style>
Bulent Tekcan
09-03-2022, 12:13 AM
Thanks fot your reply.
Selam,
Ben de b?yle yaptım ?alışıyor gibi ancak Lighthouse test sitesi kod yok diyor 😞
https://web.dev/measure/
yilmaz
09-04-2022, 04:11 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=329320" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=329320</a>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.