• Resolved Manas Mitra

    (@manas666)


    Hi,
    Is it possible to move the left sidebar to the right so that the photogrid starts from the left side of the screen?

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes definitely, I just checked the theme doesnt have theme settings. you have to add a custom css to change the layout, the process is pretty simple.

    Just create a child theme and add the following css to the child theme’s style.css file

    div#sidebar {
        float: right;
    }

    just in case you need it Child Theme

    Thread Starter Manas Mitra

    (@manas666)

    Thank you asifrohan for your prompt support. It is a beautiful theme you created. Great work.

    You are welcome. ??
    For the record I am not the creator of the theme and also not affiliated with the theme developer any way. I just wanted to help you out.

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