Am considering using this, and normally I know my way around CSS, but I have one question. I was searching the codes for the content width so as to crop a potential header to match that width but am not seeing it? I feel stupid asking this in a way, but am at a loss?
Why you might have had a little trouble is because I never set my layouts to a fixed width. I always use % of screen width -- in the hopes of making the layouts compatible with all computer types.
This is lovely, thank you so much. Am using with credit. <3 I just have one small question -- how do you make the default text of the entries smaller? Sorry if this is a noob question! I'm looking to make it 11pt or 10pt, even.
The default font size for this layout is 12px (pixels). Whatchu can do is copy/paste the CSS to notepad, hit CTRL+H and replace all of the font-size: 12px; with whatever size you want.
But changing the font size to 11pt or 10pt is actually going to make the text larger. You see?
I'm using this one for a fic/rp journal kurtrageous. I love it for being clear, bright, simple, clean, and above all, LEGIBLE!
However, I have two questions (I really hope you're still answering questions for this layout, 'cause otherwise, I'm all out of luck...)
1: there is an issue where the "leave a comment" bar overlaps the list of tags for that entry. how can I fix this? here is a picture of exactly what I mean- I outlined the overlapped and illegible tag text in red.
2: how can I add more links to the top bar besides just "recent entries, archive, friends, userinfo"? Is it possible with this layout to edit and add to those links? I'd like to add a link to the tags list :)
thank you very much if you are able to comment, and even if you're not, for this beautiful layout.
Comments 12
It's quite an interesting and refreshing layout, I would say. Thank you very much! :D
Reply
Reply
Am considering using this, and normally I know my way around CSS, but I have one question. I was searching the codes for the content width so as to crop a potential header to match that width but am not seeing it? I feel stupid asking this in a way, but am at a loss?
Reply
#content {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 20px;
background-color: #ADC2CD;
padding: 0px 0 0px 0;
}
You can easily change the 80% to a set width like 750px or such.
Reply
I just have one small question -- how do you make the default text of the entries smaller? Sorry if this is a noob question! I'm looking to make it 11pt or 10pt, even.
Reply
The default font size for this layout is 12px (pixels). Whatchu can do is copy/paste the CSS to notepad, hit CTRL+H and replace all of the font-size: 12px; with whatever size you want.
But changing the font size to 11pt or 10pt is actually going to make the text larger. You see?
Reply
Reply
However, I have two questions (I really hope you're still answering questions for this layout, 'cause otherwise, I'm all out of luck...)
1: there is an issue where the "leave a comment" bar overlaps the list of tags for that entry. how can I fix this? here is a picture of exactly what I mean- I outlined the overlapped and illegible tag text in red.
2: how can I add more links to the top bar besides just "recent entries, archive, friends, userinfo"? Is it possible with this layout to edit and add to those links? I'd like to add a link to the tags list :)
thank you very much if you are able to comment, and even if you're not, for this beautiful layout.
Reply
Leave a comment