"the div-class forum-status unread "caused this issue, anyone would help ?
Quote from ppllxx on July 8, 2024, 6:47 amafter turning off icon display, the space left for the icon was not occupied fully by text:
my purpose is to erase the space, and make all the content move left, to occupy all the space.
anyone can help? can you send an email to me: tech @ 52 daqing . com , remove space, I’d pay for your help. thanks!
https://prnt.sc/HijyZG-u4ycA
the following is NOT WORKING!
.forum-status.unread {
display: inline-block; /* Or another suitable display property */
width: auto; /* Ensure it fills the space */
}
after turning off icon display, the space left for the icon was not occupied fully by text:
my purpose is to erase the space, and make all the content move left, to occupy all the space.
anyone can help? can you send an email to me: tech @ 52 daqing . com , remove space, I’d pay for your help. thanks!
the following is NOT WORKING!
.forum-status.unread {
display: inline-block; /* Or another suitable display property */
width: auto; /* Ensure it fills the space */
}