• Hi there and thanks in advance for reading this,

    I’m currently working on getting my portfolio set up and whenever I post a page with images through use of the wordpress CMS (which I love) it adds an extra <div> tag to the code, thus pushing my sidebar further right.

    It should look like:

    http://www.martinezcreative.com/

    When I post a page with images through the CMS, it looks like:

    http://www.martinezcreative.com/mariposa-community

    I’m pretty sure I know where the div tag is and what I need to do to fix it, because a friend pointed it out. Only problem is I can’t find the pages the CMS creates on my web server.

    Any idea where this code is housed? Or even better yet, how to edit that code in the CMS?

    Thanks in advance,

    L

Viewing 4 replies - 1 through 4 (of 4 total)
  • The reason for this is that your sidebar is outside your wrapper div on the page which has the image. Put it inside your wrapper div and it should be fine like the page that works.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Only problem is I can’t find the pages the CMS creates on my web server.

    WordPress does not create any “pages” on your server. WordPress does not produce files of any sort.

    WordPress creates the HTML your browser sees on-the-fly, when the page is requested. It does this by combining the data from the database and the theme. There is never any “file” that holds the page, it goes straight from the computer’s memory to the users browser.

    This is how all modern websites work, really.

    Thread Starter llmartinez

    (@llmartinez)

    Sorry guys, I’m more of a traditional print art director. That sounds completely different than what I was thinking. How would I go about fixing this?

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    llmartinez: Your theme is what controls the overall look of the page. Edit the theme to move the div’s as you needed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where does the CMS place the created files on my web server?’ is closed to new replies.