Replies

Sep 13, 2017 8 years ago
bonita
has a bad feeling about this
User Avatar
Killer Threat

Custom code:

I live in MN, and whatever you've heard... It's much worse.

Sep 13, 2017 8 years ago
Frost
is frosty
User Avatar

Looking at the source code, it looks like that part of the code isn't properly set between two style tags?

<style type="text/css"> td{width: 33% !important;}</style>

div.avatar_head{ margin: 0 auto !important;}

You have this displayed when you go edit that section's content, yes?

Sep 13, 2017 8 years ago
bonita
has a bad feeling about this
User Avatar
Killer Threat

Yeah -- did I screw something up when I was messing w/my profile yesterday?

I live in MN, and whatever you've heard... It's much worse.

Sep 13, 2017 8 years ago
Frost
is frosty
User Avatar

@ bonita Possible? I don't know how much you've messed with the coding, so I can't say anything about that. It's an easy fix, though!

<style type="text/css"> td{width: 33% !important;} div.avatar_head{ margin: 0 auto !important;}</style>

Simply moving the closed style tag after all the code like I've done above should fix it up! [edit] Remove the weird backslashes if you're copy/pasting it from my post. They shouldn't be there and for some reason, Subeta sticks them in whenever there's a quotation mark or an apostrophe.

Sep 13, 2017 8 years ago
bonita
has a bad feeling about this
User Avatar
Killer Threat

THANK YOU! It's all better now! :)

I live in MN, and whatever you've heard... It's much worse.

Sep 13, 2017 8 years ago
Frost
is frosty
User Avatar

You're welcome, glad I could help!

Please log in to reply to this topic.