fredrikweb
Forum Replies Created
-
Forum: Your WordPress
In reply to: fredrikweb, my first WP theme designThanks alot mtnman, this isn’t actually my first website ever, I think I’ve done about 20-40 websites in total so I got alot of experience what does look good and doesnt look good. Sure if you need any help you can always send me a message.
Forum: Your WordPress
In reply to: $erver Wages – Let me know your thoughtsLooks nice, I really like the table where the food stands on and the latest comments and posts are posted in a plate , maybe add a shadow on the right side of the fork and the spoon, maybe would make it abit more realistic.
Forum: Themes and Templates
In reply to: What’s wrong? It centers in firefox but not in IE?Also thanks to t31os_!
Forum: Themes and Templates
In reply to: What’s wrong? It centers in firefox but not in IE?yeah, I fixed it by adding a div tag named wrapper right under body in header.php and end the div tag before /body in footer.php
and then this in the CSS code:
#wrapper{
width:773
margin:0px auto}
header.php
<body>
<div id=”wrapper”>footer.php
</div> <!– end wrapper –>
</body>Forum: Themes and Templates
In reply to: This Just In TabsFor example mysite.com write:
href=”https://mysite.com” title”Blog”>Main Website
Forum: Themes and Templates
In reply to: What’s wrong? It centers in firefox but not in IE?Same here, I tested it, and internet explorer centered the website, but in firefox all the text centered, how to fix that?
Forum: Themes and Templates
In reply to: What’s wrong? It centers in firefox but not in IE?I didn’t work, I add it in body tag, but nothing happened?
Check the CSS above
Forum: Themes and Templates
In reply to: Problem: I can’t center my theme?Okey, then I add the wrapper div again with only the width, that’s correct? ??
———————————————————————-
And by the way. The wrapper div and the raf div has nothing to do with eachother. I made the wrapper div to center the whole theme, how I did was I simply wrote the div tag and ID wrapper above everything in the index.php and ended it at the bottom under everything. I haven’t heard about the raf ID before, what does it do?
And I don’t need to update the ID because its already named wrapper in the index.php file.
Here’s a link to the index.php and you can see how I added the div wrapper.
—————————————Thanks
(BTW) I really appreciate your help, this is actually my first theme I make in wordpress (/BTW)
Forum: Themes and Templates
In reply to: Problem: I can’t center my theme?Thanks alot pboosten for reminding me. It was just that thing that made me find the error.
So here’s what I did.
Solution:
I deleted the wrap div that I had in the index.php (it was surrounding everything in it, also deleted the wrap in the CSS) and gave the body margin:0px auto.
Finito!