Viewing 9 replies - 1 through 9 (of 9 total)
  • Borko

    (@media-x)

    The width of the #inner is set to 930 but the #featured (which is inside of it) has the width set to 960px.
    Check style.css @ line 623.

    Widths and paddings for #home-middle should be also appropriately adjusted.

    Thread Starter dianelondon

    (@dianelondon)

    Thanks for quick response but I don’t understand where I need to look to make the changes. I’m not an IT person but built the site myself after going on a course so I only normally edit the easy stuff. I’m sure I can sort it if you can point me to the location of where I can change the settings

    Borko

    (@media-x)

    I’ll post the pointers as soon as i get near to an computer.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Install this Custom CSS Manager plugin.

    In its section of your dashboard, enter this:

    #featured p {
     float: left;
     width: 344px;
    }

    Thread Starter dianelondon

    (@dianelondon)

    Thanks Andrew. The text to the right is now sorted but not the bottom right widget graphic and text. Do I need to amend CSS elsewhere as per MediaX’s suggestion?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    No, you do not need to edit the theme’s files.
    Try adding this:

    #home-middle p {
     width: 266px;
    }

    Thread Starter dianelondon

    (@dianelondon)

    no change

    Borko

    (@media-x)

    Try adding this:

    #home-middle .wrap {
    overflow: hidden;
    padding: 20px 50px 0 0;
    }
    Thread Starter dianelondon

    (@dianelondon)

    It’s all working now! Many thanks for your persistence and help

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Test running off homepage’ is closed to new replies.