• Resolved Billy

    (@billybrasov)


    Hi, I try to write in the same field with the one miniature photo but after I post the post all that I writed is down and the photo is up.

    If I change the theme yes I can, but with the theme that I want I can’t write in right part of photo in the same field.

    Can you tell me what I haft to modify to can write after that ?

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter Billy

    (@billybrasov)

    Solved, I put this fields in the style.css of template:

    form, img, img a {
    	margin: 0;
    	padding: 0;
    	border: 0;
    }
    
    .small {
    	font-size: 0.9em;
    	color: #999;
    }
    
    .alignleft {
    	float: left;
    	margin-right: 10px;
    	clear: left;
    }
    .alignright {
    	float: right;
    	margin-left: 10px;
    	clear: right;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how can I write in the same field with the photo?’ is closed to new replies.