![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hi.
I'm currently using Abstractia, my journal is here. And while I'm mostly happy with how things look, I am trying to figure out the CSS coding to move my entire layout (header included) to the right so the background photo is uncovered.
Can anyone point me in the right direction of where to look for said code? I'm sure this is super basic stuff, but I'm still figuring out the basics of how to read code.
Any help in this is very much appreciated.
Thank you!
I'm currently using Abstractia, my journal is here. And while I'm mostly happy with how things look, I am trying to figure out the CSS coding to move my entire layout (header included) to the right so the background photo is uncovered.
Can anyone point me in the right direction of where to look for said code? I'm sure this is super basic stuff, but I'm still figuring out the basics of how to read code.
Any help in this is very much appreciated.
Thank you!
no subject
Date: 2022-09-14 02:25 pm (UTC)and it looks like if you override 20% in the CSS with a larger number it should move the layout to the right. I'm not 100% sure that would work, but that's where I'd start. You can probably use the CSS override box in the wizard, but if not you could create a new theme layer in the advanced customization area and start by copying the raw source code of the theme layer you current use from the Public Layers pages and pasting it into the new layer, then appending the command
at the end (with all the custom css styles in the middle).
no subject
Date: 2022-09-14 02:36 pm (UTC)if you're lucky! You can examine the source code of Abstractia here (you get there by clicking on Advanced Customization and Public Layers). Then raw source, or syntax highlighted. If you're using Chrome or Firefox you should be able to right click on the page and choose "Inspect" or some other option like that to view the source of it; that identifies the names of the divs for you.
no subject
Date: 2022-09-14 04:06 pm (UTC)However, I appreciate the coding you gave here. I'm going to keep this in mind, moving forward.
Thank you so much again for all your help :)
no subject
Date: 2022-09-14 06:32 pm (UTC)no subject
Date: 2022-09-15 02:20 am (UTC)Thank you again!