I just bought the timeline pro theme, I was wondering how to switch the off grid that shows from the left, to show from the right, please assist, thank you
I will also be a great value if there will a user-friendly option from the theme customization to determine that on a later update, thank you.
1 Answers
Hi Motaz,
To resolve this issue, please add the following code to header code in Dashboard / Appearance / customizer / Custom code
<style>
.sidebar-toggle,
.sidebar-primary {
right: 0;
}
.main-sidebar-open .wrap,
.main-sidebar-open .navbar-toggle {
-webkit-transform: translate(-260px, 0);
-ms-transform: translate(-260px, 0);
transform: translate(-260px, 0);
}
</style>
Hope this helps !
Please login or Register to submit your answer