Quick question for the members here.
I'm using a theme created with Tabula Rasa.
I would like to know what code to use to position my journal icons where I want them.
I'd like the icons to appear in the entry title, rather than in the entry itself.
I'm somewhat familiar with CSS.
I also find this community to be very helpful too. :-)
I'm using a theme created with Tabula Rasa.
I would like to know what code to use to position my journal icons where I want them.
I'd like the icons to appear in the entry title, rather than in the entry itself.
I'm somewhat familiar with CSS.
I also find this community to be very helpful too. :-)
no subject
Date: 2014-01-22 08:05 pm (UTC)I've seen other DW styles that do do that.
Good tip. ;-)
I have been looking at their source codes.
And I do agree that CSS is fun to learn. :-)
Noticed this in the code with respect to the icons:
/* icons */
.sorting-options ul {
margin-left: 0;
}
.sorting-options ul li {
display: inline;
}
.icon-keywords ul {
display: inline;
margin-left: 0;
padding-left: 0;
}
.icon-keywords ul li {
display: inline;
Would that be the area that I need to edit?
Thanks again for your helpful tips. :-)
no subject
Date: 2014-01-22 09:06 pm (UTC).entry .header { margin-left: 100px; } .entry .userpic { margin-top: -62px; }Though you'll probably need to tweak it a bit. Hope that helps?
no subject
Date: 2014-01-25 01:29 pm (UTC)