Hello! I'm having a little issue with my theme code and I cannot get it to look like I want. Here's a picture of my gallery: http://emmafans.net/wp-content/uploads/2012/08/galleryprnt.png. See that red arrow at the top? Well, I don't like how that section looks and I have got no idea how to change it. Could somebody help me? I do not want those icons to have the white square around it, and I also want them to be placed right next to the words (They're higher than the words and look weird). I would also like to put a white border around the pictures... as you can see, they do have a border, put it's too far from the picture.
Does anybody know what sections of the theme code I should change? Or if I need to add something to it... let me know if you need to have a look at the css file, although it looks embarassingly messy.
Thank you! :-)
Can you please post a link.
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616
I am so sorry, I forgot. The link is http://www.emmafans.net/gallery :-)
Try editing
a:visited img {
border-style: solid;
border-width: 1px;
border-color: #E5E5E5;
padding: 10px;
margin: 2px;
}
and
a:link img {
border-style: solid;
border-width: 1px;
border-color: #E5E5E5;
padding: 10px;
margin: 2px;
}
My developer tools are't working for some reason right now so I can't give you exact details.
It did not work. :-( But thank you for replying, I really appreciate it!
Something is causing your stylesheet to be interpreted as an image. Try removing that top nav bar and see what happens.
There is also a lot of js in the body of the HTML.
I don't understand a single thing about HTML... the theme base was given to me so I could change and make it look like I wanted to, so I opened the stylesheet and tried everything, always testing to see what the changes I was making were looking like. Obviously, it didn't work very well.
When you say "top navigation bar", do you mean where it says "Home", "Login"?
Quote from: gabicards on August 06, 2012, 05:30:40 AM
When you say "top navigation bar", do you mean where it says "Home", "Login"?
No I mean the added nav bar. The Hollywood fan sites bar.
Upload your theme as a zip file if you need the help.