How to adjust the return request form layout

ThemeBurn SupportForumsOpenCart ThemesBurnEngineHow to adjust the return request form layout

This topic has been marked as resolved.

Hello,

At moment the return request form appears as 1/2 column aligned to the left. Is there any way to change the layout in order to fill the page no matter how, it can be either two columns or one full page column 1/1.

https://mimikids.bg/index.php?route=account/return/insert

Thank in advance,

Todor

  • This reply was modified 2458 days ago by  toshkan.
  • This reply was modified 2458 days ago by  toshkan.
  • This reply was modified 2458 days ago by  toshkan.
July 27, 2017 at 5:03 pm #60622

Hi Todor,

You can use this code to improve things a bit:

.tb_page_account_return_insert .tb_system_page_content .form-group {
  clear: none;
  float: left;
  width: 50%;
}
.tb_page_account_return_insert .tb_system_page_content fieldset:nth-child(2) .form-group:nth-child(4),
.tb_page_account_return_insert .tb_system_page_content fieldset:nth-child(2) .form-group:nth-child(5),
.tb_page_account_return_insert .tb_system_page_content fieldset:nth-child(2) .form-group:nth-child(6)
{
  clear: both;
  float: none;
  width: 100%;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

August 1, 2017 at 5:24 pm #60762

Hello,

It’s much better this way.

Thank you very much.

Best regards
Todor

August 4, 2017 at 5:19 pm #60802

Glad we’ve helped, Todor!

BR,
ThemeBurn team

August 7, 2017 at 1:12 am #60835
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.