Comments

« Back to Blog Entry


Report

i've tried a bunch of stuff and not had any good results. the best you could probably try to do is hide the blog section and create your own, adding the text and links with html (&css). a lot of limitations here without js unfortunately.

Report

as far as that's concerned

it prob a script on the server end

which you can't do anything with sry

there's def nothing in the css for that anyhow

however maybe idk

.blog-preview p {
  text-align: center;
}


to make the blog entry links centered

which will make it a lil cleaner for ya

:3