Forums

[resolved] Header & border issues (5 posts)

  1. WinkingOne
    Member
    Posted 1 year ago #

    Hi there,

    I'm helping a friend out with tweaking their wordpress set up, and I am getting really frustrated with the header.

    She is using the "Under the Influence" theme. We got rid of the automatic tabs up top, to add out custom set in.

    For some reason, it doesn't like the custom images, and has a border around each. Yes, I have each set with the border=0 tag. I've never come across this before.

    Additionally, there is now about 1" of space before (on top of) the top of our new header: http://farmtojar.net/

    I'm almost ready to give up. Any idea what I'm doing wrong?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    border:
    in style.css of your theme:

    a img, .entry img {
    	padding: 2px;
    	border: 1px solid #ccc;
    	max-width: 100%;
    	}

    and in the 'custom' (http://www.farmtojar.com/?css=css ?) css:

    a:hover img.centered, a:hover img.alignright, a:hover img.alignleft, a:hover img, .gallery a:hover img, .wp-caption a:hover img, #wp-calendar #today{
    	border: 1px solid #55827d;
    	}

    gap:
    (in http://www.farmtojar.com/?css=css )

    #header {
    		margin: 0 auto;
    		width: 956px;
    		padding:40px 0 40px 20px;
    	}

    i can't tell from the outside, where to access this http://www.farmtojar.com/?css=css
    whether it is from theme options or what?

  3. WinkingOne
    Member
    Posted 1 year ago #

    Thank you!!!

  4. WinkingOne
    Member
    Posted 1 year ago #

    Aaaand no way to edit the url out of my original post, huh?

    LOL

  5. alchymyth
    The Sweeper
    Posted 1 year ago #

    generally not, only if there is sensitive information behind that url:

    http://codex.wordpress.org/Forum_Welcome#Deleting_.2F_Editing_Posts

Topic Closed

This topic has been closed to new replies.

About this Topic