• Resolved Melodyk

    (@melody62)


    Hi all

    In the starting days of blogging the blogger could choose how to align his blog, left, center of right.

    Nowadays all blogs are aligned center automatically.

    If I would like to align my blog left…
    a) is that possible
    b) what do I need to change
    c) how about responsiveness

    Hope to read some advise and info

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @melody62,

    What is the address of the site you are working on?

    Nowadays all blogs are aligned center automatically.

    It sounds like you want the whole site to sit on the left edge of the browser window, rather than in the centre. Is that correct?

    Or are you referring to left aligning content within posts and pages?

    Thread Starter Melodyk

    (@melody62)

    Hi Gemma

    Thank you for getting back to me.

    You assume correctly

    https://melodyk.nl

    I wasn’t 100% sure if you were referring to the entire box being left aligned or all the content within the box being left align. So, here is a snippet to left align the site:

    #page {
        margin-left: 10px;
    }

    Please confirm if that works for you.

    Thanks!

    Thread Starter Melodyk

    (@melody62)

    Hi Darnelldibbles

    Thank you for getting back at me and your advise how to do it.

    In the preview it seems to work fine …

    but before I decide to use it or not I want to know if it affects the responsiveness ore not … I don’t want the get complaints about messed-up display ??

    Hi @melody62,

    The CSS @darnelldibbles provided should only affect the position of the area within the white background — it won’t reduce responsiveness. Elements of the site (navigation, content, footer etc) should still automatically scale to fit the size of the device being used ??

    Thread Starter Melodyk

    (@melody62)

    Hi Gemma

    Thats what I wanted to know ??

    Thank you.

    You’re very welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Alignment’ is closed to new replies.