This user is not visible to guests.

Hey there! I’m using this theme, but I have this big old blank space! Here’s an image. ;0; https://ibb.co/CVscmgt

that's because you have a lot of information for the "You May" and "Please Do Not" sections!  not a bad thing of course but for this code, i only had brief sentences in mind, which is why the right side is spacious like that (it aligns itself vertically, depending on the height of the entire left side!) ^^

some suggestions i can give is (from the easiest to the more complicated):

  • rewrite your list to the most concise as you can
    • e.g. [Please do not refer to my designs / art as "HQ" or "high quality." i do not like the unhealthy competition this verbiage encourages.] TO [do not refer to my designs/art as HQ/high quality]
    • optional but remember that the please do not is already in the title of the box!
  • use another code and give it the lesbian theme
  • add scroll boxes to the yes/no boxes
  • make the right side "sticky" like how the left side of the gay code is

let me know how you want to proceed and i can help or leave you be! ^^

I’m gonna try to shorten my text! If not, maybe I’ll make them scroll boxes?

if scroll boxes is the way to go, you:

  1. Under the CONTENT guide header, replace the <p> with <div>
  2. Insert a height value with an overflow:auto in the div's style
  3. Optional but surround the text with <p> !
    1. For each new paragraph, there should be a new <p>
    2. (technically, you can create a list using <ul> but I'm assuming you want keep the starry bullets)

if done right, it should look like this!

Screen_Shot_2023-03-19_at_7.00.44_pm.png

repeat the steps for the "please do not" box as well!  hope this helps! <3

Thanks so much!!! ❤️❤️

Hm, so I got the scrolls working, but there’s still a large gap on my profile. Do you think I may have accidentally deleted something that creates the division?

i think you deleted a </div> by accident, which is why there’s no longer two ‘columns’ !!

i’m not on my computer right now so i cant tell you where exactly but try comparing your code to the original and see where it may be needed!


1 Replies

Hi there! For some reason the lesbian flag banner isn’t showing up when I put it on my profile, is there a way to fix it? I’ve tried re-pasting the code many times but it doesn’t seem to work

you used WYSIWYG when it is in my rules not to use it (using the disable button does not do much, you must disable it from your display settings)!

because of that, the flag banner goes missing and the avatar shrinks until it cannot be seen anymore (and i guess the music video being squished to one side); i would say to copying/pasting the information somewhere safe and to restart the entire process with a fresh version of the code.  if you need a visual while you edit, i recommend https://th.circlejourney.net/# !!

Hey when I try pasting it the lesbian banner next to the pfp doesn’t show up, any tips

how are you pasting it?

i mostly default problems to being the use of WYSIWYG so: disable it in your display settings and enable code editor (if you can)