Struggling with Wordpress header

9 replies
  • WEB DESIGN
  • |
Hi - I have spenty over 4 hours searching Google and trying different codes to do this but none worked so far.

If you look at the site in my signature - it's the Simpleblue theme on Wordpress - you can see the image in the header is below the text... does anyone know how I move it over to the right of the text?

An answer would be very much appreciated!!
Thanks
Dave
#header #struggling #wordpress
  • Profile picture of the author Rony Ronch
    what is the name of the theme, mybe i can help. it's one of the wordpress default themes?
    {{ DiscussionBoard.errors[5436653].message }}
  • Profile picture of the author JDBradley
    Hi Ive not used that theme before but usually the code is in header.php find something that looks like
    <hgroup class="fleft">
    <h1 id="site-title">

    just change the fleft to fright

    hope that helps.
    {{ DiscussionBoard.errors[5436911].message }}
  • Profile picture of the author kokopelli
    At the moment the image code is as follows:
    Code:
    <img class="alignnone size-thumbnail wp-image-51" title="051222-N-9866B-079" src="http://www.whenisthesuperbowl.info/wp-content/uploads/2012/01/Super-Bowl-on-TV2-150x150.jpg" alt="" width="150" height="150" />
    Try changing it to:
    Code:
    <img class="alignright size-thumbnail wp-image-51" title="051222-N-9866B-079" src="http://www.whenisthesuperbowl.info/wp-content/uploads/2012/01/Super-Bowl-on-TV2-150x150.jpg" alt="" width="150" height="150" />
    Signature
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {{ DiscussionBoard.errors[5437823].message }}
  • Profile picture of the author JDBradley
    ah yea sorry didn't read well enough, thought you wanted to move the text to the right
    {{ DiscussionBoard.errors[5438009].message }}
  • Profile picture of the author frenchsquared
    Send me a login and I can move it in a few minutes.

    or in style.css add:

    .wp-image-51 { position:absolute; top:30px; right:10px; }

    Then adjust the top and left positions to get it where you want.
    {{ DiscussionBoard.errors[5438038].message }}
  • Profile picture of the author DoubleOhDave
    Thank you guys - i think that's as good as i will get it and i must press on with other aspects..
    Much appreciated!
    {{ DiscussionBoard.errors[5438255].message }}
  • Profile picture of the author johnben1444
    Where you able to make your website header work?
    Signature
    Grow your social media account, Spotify Streams, YT Views & IG Followers & More
    Software & Mobile APP Developer
    Buy Spotify, Facebook Bot & IG M/S Method
    {{ DiscussionBoard.errors[5452196].message }}
    • Profile picture of the author DoubleOhDave
      Originally Posted by johnben1444 View Post

      Where you able to make your website header work?
      Hey, sorry for not getting back to you before.. went a bit mental on blogging the last couple of days (plus this place was shut down for one of them..) yeah I got it as good as I think I will ever get it... Thanks for the help!
      {{ DiscussionBoard.errors[5459717].message }}

Trending Topics