willtravel4hugs
Forum Replies Created
-
i lied. i figured it out by accident.
Forum: Fixing WordPress
In reply to: My theme's format changedI have not tried to deactivate the plug ins because the font that i had before, i think, was only useable with a plug-in. I think the update of the plug-in may have ruined whatever settings I have and I don’t know or remember what I did in the first place to have the old site.
It looks fine to you, patrick? The logo isn’t buried under the font with the font way longer than the body text?
On the second link, there’s a photo of what it looked like before. be sure to look at the screen shot, not the actual screen because it’s uploaded to my blog so at first glance it looks like it took you to the same location as the first link.
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?I was able to get the body content to move a little to the right, but I am having trouble getting the menu to move over.
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?I am not sure. I’m afraid of messing it up again like earlier. Yesterday my friend got the right code for the logo but then it moved in a few hours.
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?A little closer. The font just needs to move to the left a little and the logo more to the right. It is currently underneath the S and a little sliver of the G and the site title/description isn’t quite centered over the white line/rest of body
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?I don’t know how to do any of those things! I’m a coding newbie. ?? I need more direction than that.
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?Yes. If you click on the link I just posted above titled “this”, you will be taken to a photo of what how my layout is currently displaying to me. (Be sure not to confuse the layout with the picture that is posted. For some reason, I’m not able to get a link that takes you directly to the picture with a white screen)
But this is a picture of what it should look like:
here.Sorry if I am slow to respond now. I am packing my suitcases and trying to manage these last few issues (I have others posted in other forums) before I hop the plane tomorrow AM! I’d really hate to have to work on anything other than uploading blog posts once I get to my destination!
Forum: Fixing WordPress
In reply to: Get picture to align with text on one pagePERFECT! You rock. Thank you!
Forum: Fixing WordPress
In reply to: Get picture to align with text on one pageOh gosh. I posted that super wrong. I’m sorry. All of it except the code is a link now!
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?Yep, that’s what I see too.
I was just trying to post something that could help us figure out what the problem is. Because it’s still not in the right spot on either browser, even though it’s in different spots on chrome and firefox.
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?doesn’t appear to have done anything in chrome.. and simply just moved the logo to the right a little bit in firefox. font etc. still out of place
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?Lets see if I do this code pasting thing right….
<div id="header"> <h2 id="site-description">AN ALTERNATIVE PERSPECTIVE OF LOOKING AT THE WORLD</h2> <div style="overflow:hidden; white-space: nowrap;width: 1200px;"> <div style="float:right;"> <a href="www.willtravel4hugs.com"><img src="https://willtravel4hugs.com/wp-content/uploads/2013/07/willtravel4hugslogo.png" alt="willtravel4hugs" class="logo"></a> </div> <div style="float:left"> <h1 id="site-title"><a href="https://willtravel4hugs.com/" title="willtravel4hugs" rel="home">willtravel4hugs</a></h1> <div> </div> </div> </div></div>
That is what my friend originally told me to do. To paste it in the .php… But then she said anywhere where there’s a “style=” can be moved to the .css (Which I never tried that because this ended up working. Temporarily anyways..)
and also to add:
.logo { float: left; position: relative; right: 250px; }
and
#site-title { color: #4ba6b5; font-family: "Oswald", Helvetica, Arial, sans-serif; font-size: 180px; font-weight: normal; clear: none; line-height: 1; padding-left: 5px; position: relative; left: 30px; }
to the .css file. This WORKED for a few hours. I even checked it on 2 other computers and other browsers. The only thing it didn’t work on was IE on one computer and safari. But that was a font issue not working, not the logo. But then when I was changing some other completely unrelated things later on that night.. All the sudden, my logo was out of place again. And I couldn’t figure out what happened.
But you said not to put .css in the php… Is there a way to work with what she gave and have it turn out the same without putting css in the php? Because that worked perfect at first. Thought posting it may help you in looking at the problem.
Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?Forum: Themes and Templates
In reply to: [Chunk] How to move my site description above my site title?no change. ??