• Hi,

    I am developing a website https://www.mindandvision.org.uk
    The text appears in the middle of the page and I want to remove the
    excess white space on the left hand side.

    I am new to this so can anyone help?

    I have installed a CSS plugin but not sure what code to use.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    If I do understand it well you can do this:

    Put this code to your css file

    .entry-content {
        margin-left: 20px;
        float: left;
    }

    OR

    .entry-content {
        margin-left: 20px!important;
        float: left!important;
    }

    By me it is not looking well.
    Content should be held in the middle
    Hope Im helpfull
    Let me know
    Cheers
    TR

    ………..or
    you cac do the content wider:

    .entry-content {
        min-width: 920px;
    }

    play with 920px No.

    Cheers
    TR

    Thread Starter vixx32

    (@vixx32)

    Hi,

    I can’t seem to get it to work.

    it does not seem to make a difference to the white space on
    the left hand side- is there a way of moving the text to the left?

    Thanks

    Viki

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2014 Theme White space on left hand side’ is closed to new replies.