• Resolved Micah.Hoffmann

    (@micahhoffmann)


    Hello can someone please explain to me how to move around html within wordpress?

    [URL=https://imageshack.us/photo/my-images/815/wordpressd.png/][IMG]https://img815.imageshack.us/img815/3047/wordpressd.png[/IMG][/URL]

    as you can see in the picture there are two divs that exist within the header, how do I move them so I can either, pu tthe fritz hoffmann below the header, or put the fritz hoffmann text withing the menu div.

    I just looking for the correct file to manipulate, I don’t know the wordpress structure quite yet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • HI There,

    Not sure how your server is set-up, but there should be a folder somewhere called: WP-CONTENT. Within that folder is a folder called THEMES. In that folder will be your theme.

    If your theme is like most, you will fine a file called header.php.

    Now the next question is, since you only supplied images and not a link to your working site, I can only guess how your html and css is structured, so I can not help on how to actually make the changes.

    I hope that got you started.

    Thread Starter Micah.Hoffmann

    (@micahhoffmann)

    hey thank you,

    here is the code…

    I understand everything you mentions, this is where I get confused — how to edit this themes hoooks

    <!– BeginHeader –>
    <div id=”header” class=”grid_12 clearfix”>
    <div id=”masthead”>
    <?php gpp_base_header_hook(); ?>
    </div><!– #masthead –>
    <?php gpp_base_header_image(); ?>
    <?php gpp_base_nav_hook(); ?>
    </div><!– #header –>
    <!– EndHeader –>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘moving around html’ is closed to new replies.