• Resolved 4blkstars

    (@4blkstars)


    Where can I find the correct code to move aside from the left to the right?

    I think the file in the header handle this but I’m not sure the exact code to look for

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @4blkstars,

    It’s possible, but not easy. You’d have to use CSS to:

    • Update the position of the #site-aside element on desktop from left to right
    • Change the corresponding border on the body from left to right
    • Update the position of the sticky site header to account for the moved #site-aside element
    • Change the position of the menu modal from left to right, as well as the direction of its animation when it’s toggled

    There are probably more changes you’d need to make that I’m forgetting right now. It looks easy at first glance, but it’s a pretty big change.

    — Anders

    Thread Starter 4blkstars

    (@4blkstars)

    Thanks @anlino

    I’ve tried moving aside before I asked and got stuck because of the aside “gap” which I couldn’t figure how to move. Everything else you mentioned I was able to figure out.

    Thread Starter 4blkstars

    (@4blkstars)

    marking as solved.

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