• Hi,
    How could I have a left sidebar instead of the right sidebar? I do not know any php or coding.

    Thank you & regards,
    Kah Huat

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there kohkahhuat,

    How are you doing today?

    This should be possible with some custom CSS. Would you mind posting link to your site where I could see this and I’d be more then happy to try to help ??

    Cheers,
    Bojan – WPMU DEV

    Thread Starter kohkahhuat

    (@kohkahhuat)

    Dear Sir/Madam,

    I am very pleasant surprised that you reply so soon. Thank you ??

    I am using Bitnami WordPress stack on my laptop to do the website and if I am not wrong, is not access to the internet. Also I’m afraid I do not know any php, CSS or coding.

    Best regards,
    Koh, Kah Huat

    Hey again,

    Alright, I’ve checked the theme and this is definitely possible with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    div#primary {
        float: right;
        margin-left: 20px;
    }

    Have a great weekend ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘left sidebar’ is closed to new replies.