• Hello.
    After getting my CHMOD files sorted out, I now have got the template sorted out, well all most.
    1) https://www.ufpst.co.uk/news – you see the way all the text is squeezed into the one column? How do I move it out.
    2) Could someone please give me the catergories php, as I deleted it, and cant find it any more.
    3) And final, is there any way I can get a scriopt for my main page (https://www.ufpst.co.uk) so that the links appear on the page?
    *Note on the last posint: is it possible to do this: https://www.startrekuk.com – the way the headlines are bullet pointed.
    If anyone can help with some or all of the point I would really like it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1) Add a width to your #content selector in wp-layout.css:
    #content {
    margin: 30px 13em 0 3em;
    padding-right: 60px;
    width: 450px; <--Experiment with this value -->
    }

    2) You can simply re-download the whole archive from the download page.
    3) This link will provide you with lots of information on bullets for your list. As for the links, it appears that you have accidentally deleted or altered some code.

    Thread Starter ufpst

    (@ufpst)

    Your the best! Thanks a million mate!

    ufpst. That may not do it. You are using a table based layout.

    Thread Starter ufpst

    (@ufpst)

    Actually there is a problem with the width.
    Everytime I add in the width, the dashed side, beside the links disappears. If you go to https://www.ufpst.co.uk/news you can see what it looks like with the width tag in, and https://www.ufpst.co.uk how it looks with it out.
    Any suggestions?

    Thread Starter ufpst

    (@ufpst)

    Root, can I contact you any way?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Few Extra Questions’ is closed to new replies.