Make topic text larger?

Started by Rgvill, October 18, 2022, 01:03:01 PM

Previous topic - Next topic

Rgvill

Can anyone share how do I make it larger? Thanks

TwitchisMental

Open index.css

Find :
.post {
  overflow: auto;
  line-height: 1.4em;
  padding: 1px 0;
}

Add this below the padding
font-size: 1em;
Change the 1em to whatever you would like.


Just a little tip/trick for you -

Finding stuff like this is easy using the inspection tool of many modern browsers. Just right click the area and choose inspect. From there you can see the structure of a website in the main area and the classes on the right.

Rgvill

Quote from: TwitchisMental on October 18, 2022, 02:04:07 PMOpen index.css

Find :
.post {
  overflow: auto;
  line-height: 1.4em;
  padding: 1px 0;
}

Add this below the padding
font-size: 1em;
Change the 1em to whatever you would like.


Just a little tip/trick for you -

Finding stuff like this is easy using the inspection tool of many modern browsers. Just right click the area and choose inspect. From there you can see the structure of a website in the main area and the classes on the right.

I only have mobile browser but thank you!

Steve

Is your problem resolved then?
My pet rock is not feeling well. I think it's stoned.

Kindred

Quote from: Rgvill on October 18, 2022, 11:05:47 PMI only have mobile browser but thank you!


If you are going to be an admin of a site -- you really need to get tools to manage your site. That typically includes access to at least a basic PC-type machine.

However, you're in luck
https://www.browserstack.com/guide/how-to-inspect-element-on-android
https://www.browserstack.com/guide/how-to-inspect-element-on-iphone
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."


Advertisement: