• Hello again.

    I am doing quite well with my website but have run into a couple of queries. If anyone can advise that would be great.

    https://www.thirteenthhour.co.uk

    1. Is there a way I can make the frame that the content is in a little narrower.

    2. How do I put a slider on the home / about page only. Above the word About in content and under the header.

    3. I have made the content frame slightly transparent to show the main background image through it, but this has also rendered all my shop images slightly transparent too, can I make just the pictures solid.

    Thank you x

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Zee1978

    (@zee1978)

    Edit – I have worked out number 3 ??

    Still after help with number 1.

    Working on Number 2, but any advice welcome x

    Adding something along the lines of the following to your style.css should
    help with number 1.

    html.boxed body {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }

    where changing 55% will control the width.
    The margin(s) should center it.
    -Andy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mystile Theme Customisation Questions’ is closed to new replies.