Xesna
New Member
Calamity is the touchstone of a brave mind.
Posts: 61
inherit
163376
0
May 8, 2021 20:19:53 GMT -8
Xesna
Calamity is the touchstone of a brave mind.
61
February 2011
xesna
|
Post by Xesna on Mar 21, 2018 13:47:01 GMT -8
Forum URL: nindao.proboards.com/As the title states, I am trying to utilize the invisibility option for the sake on knowing the how-to. Is it possible to in HTML?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 21, 2018 13:48:43 GMT -8
Hi, Xesna. Can you specify what element on the page you're looking to hide?
|
|
Xesna
New Member
Calamity is the touchstone of a brave mind.
Posts: 61
inherit
163376
0
May 8, 2021 20:19:53 GMT -8
Xesna
Calamity is the touchstone of a brave mind.
61
February 2011
xesna
|
Post by Xesna on Mar 21, 2018 13:58:28 GMT -8
I do apologize for the convenience of you moving the thread, didn't know there's categories for certain topics. In any case, it is with the Right Sidebar Redux table/cell I am trying to make invisible.Why I ask is due when utilizing Recently Updated Threads Sidebar, it does not add spacing between the Announcement or new cell/table with the Recent Threads. The plugin does have: .rtcell-spacer
{
height: 10px;
} However, it does not necessarily useful when utilizing a Container ID: Bottom_Announcement. If I remove the Container ID, the Recent Threads will cause the spacing from 30 minutes ago. If possible, I would prefer to show recent posts/threads in a new table for a minimum of 10 items. Sorry for late response. EDIT: Hopefully, the images assist in what I meant precisely. Example One: With the Table/Cell that I want invisible and using the container ID. Example Two: Using container ID. Example Three: Without container ID. Side Note for Self: Remove scrollbar view profile, still persists. HA! Found it. Inspect Element (on specific location) > View Source, then cross reference Source Code with Style Sheet to find the specified field.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 21, 2018 14:26:30 GMT -8
Rather than using an invisible element to space them out I would suggest using margin CSS to increase the gap between them.
You can add this to the Cell Styling section of the plugin and it should get the job done.
|
|
Xesna
New Member
Calamity is the touchstone of a brave mind.
Posts: 61
inherit
163376
0
May 8, 2021 20:19:53 GMT -8
Xesna
Calamity is the touchstone of a brave mind.
61
February 2011
xesna
|
Post by Xesna on Mar 21, 2018 14:34:48 GMT -8
Rather than using an invisible element to space them out I would suggest using margin CSS to increase the gap between them. You can add this to the Cell Styling section of the plugin and it should get the job done. Thanks. I appreciate it. Really wished I could give you a hug or Oreo cookies.
|
|