use the following search parameters to narrow your results:
e.g. subreddit:pics site:imgur.com dog
subreddit:pics site:imgur.com dog
advanced search: by author, sub...
~0 users here now
Technical help discussion to understand, tweak, modify, create, and design Saidit CSS Themes to affect subsaidit web functionality and graphic appearance using OpenReddit-CSS code.
" Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. " ~ Wikipedia
This sub might feature a collectively discussed and refined customized CSS day/night theme that, when ready, may be the next site-wide default SaidIt theme. Tell us what you want in a theme!
This sub's current theme (with its history) will always be: /s/SaiditCSSthemes/about/stylesheet/
Many more themes, references, and resources are linked in the wiki:
/s/SaiditCSSthemes/wiki/
Related topics:
[Question] How do I move the body section down?
submitted 5 years ago by OmegaUser296 from self.SaiditCSSthemes
On s/unc0ver (Visible on PC with CSS on) the Body section is covered by the header section, any ideas on how the move the body section down by a fair amount? already tried
.body .content { margin-top: 30px }
And some variations of it but nothing seemed to work.
[–]magnora7 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 0 fun4 insightful - 1 fun - 5 years ago* (4 children)
It works for me, .content { margin-top: 32px; } looks pretty good for in my browser.
Then to fix the sidebar do .side { margin-top: 32px; } as well.
Between the two that should fix everything. Looks good after I try out those changes in the css inspector in my browser. Let me know if you need more help.
[–]OmegaUser296[S] 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 0 fun4 insightful - 1 fun - 5 years ago (3 children)
That worked, I did one more change I found a conflicting piece of code, the sidebar was fixed and then when the conflicting code was removed the body code also worked. Thank You!
[–]magnora7 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 0 fun2 insightful - 1 fun - 5 years ago (2 children)
No problem, glad to help!
[–]OmegaUser296[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 0 fun3 insightful - 1 fun - 5 years ago (1 child)
I credited you for the code snippet It's marked as Additions and Fixes 4 in the code
(I intend to go back and comment what each of them do from here on out so it might change.)
[–]magnora7 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 0 fun2 insightful - 1 fun - 5 years ago (0 children)
Thanks :)
[–]magnora7 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 0 fun4 insightful - 1 fun - 5 years ago (0 children)
Try doing just ".content" instead of ".body .content". That's how it is in the actual css for the site, I just checked
[–]magnora7 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 0 fun4 insightful - 1 fun - (4 children)
[–]OmegaUser296[S] 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 0 fun4 insightful - 1 fun - (3 children)
[–]magnora7 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 0 fun2 insightful - 1 fun - (2 children)
[–]OmegaUser296[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 0 fun3 insightful - 1 fun - (1 child)
[–]magnora7 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 0 fun2 insightful - 1 fun - (0 children)
[–]magnora7 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 0 fun4 insightful - 1 fun - (0 children)