katiemarie: (Default)
katiemarie ([personal profile] katiemarie) wrote in [community profile] style_system2020-05-05 07:52 am

Width/ Navagation

How do I change the width of the entries. I have been trying to find the code for it but I am at a loss. Thank you in advance.
How do I also change the size of the navigation bar and I have been trying to put a boarder around it like the entries but I have not been able to do so.
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)

[personal profile] syntheid 2020-05-08 07:07 am (UTC)(link)
If you're trying to change the width of the blue container around your entries you can style
.two-columns-left #content { width: 900px; }
or something... if you just want to limit the size of the entries in that column you can style on
#entries
or
.entry-wrapper
or something, without knowing exactly what you want to do I can't really give you a thing to copy and paste.

Same thing on the nav bar, the top level of it is
#lj_controlstrip
, but not really sure what border you want around it or how you want to change the size?