renee_s
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Favicon doesn’t show up -> What’s wrong?@jonhickey: I’m already using this theme for about two weeks, so I guess that can’t be the problem…
@mikey1: Downloaded the plugin, but don’t completely get it though. Does my code look OK?Forum: Themes and Templates
In reply to: Favicon doesn’t show up -> What’s wrong?Changed it ?? No, didn’t help.
Forum: Themes and Templates
In reply to: How to get rid of this blue line?Thanks a lot!
OK, so I can’t just change something in CSS to get this right?
Thank you, that was definitely a big help!
That did made me get another (really small) problem though.
I tried what you wrote:
#contentmiddle p img{
border: 0pt;
margin: 0pt 16px 0pt 15px
}And changed the 15px to 0px, because your code made the pictures move 15px to the right:
#contentmiddle p img{
border: 0pt;
margin: 0pt 16px 0pt 0px
}The problem is the 16px. When I post two pictures (see my newest post at https://www.fashionfillers.com/), I make them both 242px = 484 = 16px left in the middle (to get 500px).
When I keep the 16px, the pictures now don’t appear next to each other. I had to make it 8px (maximum), so they are next to each other:
#contentmiddle p img{
border: 0pt;
margin: 0pt 8px 0pt 0px
}Though, that means the total width of picture to picture is now 492px (242+242+8), but it needs to be 500px.
This is only what I mean by ‘text appearing next to the picture’:
https://www.fashionfillers.com/wordpress/wp-content/image14.jpgForum: Themes and Templates
In reply to: Sidebar appears at the bottom of the page (instead of top)Tekst is linked. https://www.fashionfillers.com/
Forum: Fixing WordPress
In reply to: Remove frame around picture (in posts)Lol, I already did that about a 100 times, but it’s really much information you get when you’re just new here and never heard of stylesheets. I will give it a try ??
Forum: Fixing WordPress
In reply to: Change width of menu’s and postsSorry, but I’m quite new in this world of codes, and I don’t know how to or where I can do that.
Do I need to use a specific program or something?Forum: Fixing WordPress
In reply to: Remove frame around picture (in posts)Sorry for the title.
This is my site: https://www.fashionfillers.com/I don’t like the lines around every picture.
Forum: Fixing WordPress
In reply to: Change width of menu’s and posts?
Forum: Fixing WordPress
In reply to: Posts appear not correctly under each otherThank you!
Adding ‘clear:both;’ to the feedback-part worked for me ??
Forum: Fixing WordPress
In reply to: Changing font size?Forum: Fixing WordPress
In reply to: Changing font size?I know how to change the font size on the whole, but I only want to change the font size of my posts. How can I do that?
When I change the font in the body, everything changes, I only want the posts-fontsize to change.Forum: Installing WordPress
In reply to: Can’t import from blogger beta to wordpressThank you so much, shadow, it worked!