hi there! i love theme 220, but i had a few coding questions. 1) is there a way to remove your username from the very top of the page? 2) your current navigation page has numbers next to each tag, is that something you coded in or something you add manually to each tag? and 3) is it possible to code in drop-downs, or would that be too complicated? thanks so much for all your lovely themes!
hi there!
my username? that page doesn't have a link to my blog. that's weird :3
on psds list right? i just added the number after the link and before closing the list ( .. )
i guess it would be a bit complicated, but i've thought about it making a better navigation page from this one and with dropdowns, just never started :(
hi! how did you make your tags page? i'm kind of new to code and not sure how you styled it that way
hi there! that's actually my theme 220. i used masonry script to make them side by side without extra space below each column like if you use common css to do it. if you follow the script and css part of the how to use, then the html part you can use the one i'm using right now that i uploaded here and change the tags to your own
Hi! I'm using your theme 215 and I added theme 220 as a navigation page. I was just wondering if there was a way to change the style of the bullet points in a list? Currently they appear as circles but I wanted to change it to the right arrow (>). Thank you!
hi there! yes, there is
in the css from masonry, to find search for maziekeen's theme 221 - MASONRY NAVIGATION CSS PART
then add this code:
.masonry-navigation-item ul li:before {
content: ">";
font-size: 10px;
}
replace the quotation marks when you paste on the code, tumblr keep messing with that and might not work. the content will be the arrow or anything you want that will appear instead the bullet points, and the size you choose the one you want
Hi I'd like to report a bug with one of your page widgets, I use your theme 'theme 219' with the tags/navigation widget 'theme 220'. The bug I'm having is that when I add an <em>example text</em> line underneath the <p><strong>example text</strong></p> main column, which isn't the first <p><strong></strong></p> entry, the <em>example text</em> text is far down from the <p><strong>example text</strong></p> that makes it look odd in comparison to the main column entry. Sorry if I explained weird.
hi there! so, im really slow to understand things, but correct me if i'm wrong. you mean this space here:
that's because the main title <h3>two columns style</h3> has a margin by default from the browser
and the text that you add after <em>doesn't have to be only links here</em>, the browser wraps around a <p></p> tag which also has a margin by default
it’s not really a bug. that’s because i’m not styling them, and leaving that way so it doesn’t matter what theme you use, mine or not, the styling will be standard from the theme
but, you can “fix” this adding a custom css for title and subtitle like:
<div class="masonry-title">one column style</div>
<div class="masonry-subtitle">doesnt have to be only links here</div>
thm 220 anon continuation: so it actually looks fine when i zoom out the page to 90%!! and when i zoom back in the issue fixes itself? however if i refresh the page, the problem happens again... i'm not sure if the issue is that my link text names are just too long or if it's something else
hi there! sorry if this is late. eita, that's weird jkashdjksa
so, i'm not sure what's happening, but it's probably html being dumb or something. would you mind coming off anonymous or sending me a message so i can take a look at your code?
hello! i was using your theme 220 (it's really nice and neat btw!!), but i was having some issues with the scroll for the three column part. when i try to add a scroll bar to 'title 1' the whole list starts to overlap with the other columns for some reason ^^' i was hoping you might be able to help me!
hi there! i'm happy you liked <3
how are you adding the scroll? i have a class for that, is scroll and you use like: