Forums

ALL TEXT SHIFTED LEFT! (5 posts)

  1. anthonyrd
    Member
    Posted 6 months ago #

    using wordpress and the latest version of headway, I just changed 2 words on one of my pages of my website and all of the text just shifted all the way to the left (left hand column).

    this happened a while ago too. someone told me not to make changes while in the 'visual' mode but rather to make changes in the 'html' mode. i probably made the change in the visual mode, but can't seem to fix it now even after restoring an earlier version. not sure what the real cause is.

    anyone know how to fix it?

    SportsTrainingSchool.com/about

    thanks!

  2. kmessinger
    Member
    Posted 6 months ago #

    In your style sheet go to div.headway-leaf and change the width.

  3. anthonyrd
    Member
    Posted 6 months ago #

    thanks k. how do i get to the style sheet / div.headway-leaf? what width would i change it to? thanks again.

  4. anthonyrd
    Member
    Posted 6 months ago #

    in the visual editor, the original troublesome page had the width correct, and the page looked fine in VE, but wouldn't display that way..

  5. kmessinger
    Member
    Posted 6 months ago #

    Your should be able to find headway.css - that is the style sheet in question.

    It reads
    div.headway-leaf {
    float: left;
    width: 250px;
    margin: 5px;
    padding: 10px;
    overflow: hidden;
    min-height: 125px; }

    Change the width so it fits as you want it too. Try 900px for starts.

Reply

You must log in to post.

About this Topic

Tags