Theme issue Theme issue
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Theme issue

Started by gabicards, August 05, 2012, 10:32:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gabicards

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! :-)

Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

gabicards


Jeff Bailey

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.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

gabicards

It did not work. :-( But thank you for replying, I really appreciate it!

Jeff Bailey

Something is causing your stylesheet to be interpreted as an image. Try removing that top nav bar and see what happens.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Jeff Bailey

There is also a lot of js in the body of the HTML.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

gabicards

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"?

Jeff Bailey

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.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Jeff Bailey

Upload your theme as a zip file if you need the help.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford