Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Blazor - Aside placed left instead of right like configured on export


After using the Template builder and implementing the aside HTML into my project, as well as configuring my custom layout, to implement the aside component like shown in the exports index file, after:


<!--end:::Main-->
<_Aside></_Aside>


How can I correctly move the Aside component to the right side of the layout?
I also face the problem that the footer is placed on top (over) of the Aside menu, which was different when using the layout builder.

Any help would be appreciated.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Hi,

Thank you for reaching out to us.

Do you just want to move the left sidebar to the right side or do you want to change the page direction to RTL?

Please keep in mind that the layout of demo1 was originally designed with a left-sided sidebar, and there are no configuration options available to move it to the right side. You might consider using our demos which are built with a right-sided sidebar.

Here are some demo options for you:

Demo3

Demo5

Demo10

Demo12

If you want to switch to RTL direction, you can generate RTL styles by following the instructions in the RTL setup documentation. Afterward, you can simply modify the Theme.Direction property in the _keenthemes/config/themeconfig.json file from ltr to rtl.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Thanks for your reply.

I think the supplied demos will help me resolve my issue. Thanks for the clarification that I was looking on the wrong demo.

Regards



Hi,

Glad to hear that. All the best with your project!

Please let us know if you have any further questions on this topic or anything else.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(