Error with page style

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeError with page style

This topic has been marked as resolved.

Hello,
I need some help with registration page.
I have installed some module for simple registration.
In module settings I can divide page on two columns with registration fields (name, city, phone, password, etc).
But on the page the columns or fields in the columns are not aligned vertically between each other (see the picture)

How can I fix this?

I tried to find file main.css in order to make needed changes there, but did not find it.
I have found file in the cashe: main.218840e5bc68363aedf3c8d90ceb1a3c.css?id=1123990302 
which is located in folder /image/cache/tb/



  • This reply was modified 2627 days ago by  Slivkiss.
February 8, 2017 at 9:20 pm #56224

Guys, it really important, to receive a quick answers from you.
Thank you for understanding

February 10, 2017 at 1:06 pm #56262

Hi,

We will need the live website so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

February 10, 2017 at 6:22 pm #56284

please find link on the page with wrong style
Please let me know what additional information you need.

February 10, 2017 at 8:45 pm #56295

Hi,

Here is some extra CSS that will help:

@media (min-width: 769px) {
  .simpleregister-block-content fieldset {
    margin-top: 0;
  }
}

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

BR,
ThemeBurn team

February 15, 2017 at 9:16 am #56505

Thank you very much! it works perfect!

February 15, 2017 at 3:42 pm #56520

One more issue on this page:
how to move button below the text? Please see the picture

February 17, 2017 at 12:35 am #56544
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
February 20, 2017 at 10:53 pm #56692

Great. It helped to move button to the right side of window.

One more question regarding this page:
- How can I decrease distance between the field name and form for entering value
- how to increase space between 2 columns.

February 20, 2017 at 11:50 pm #56696

Hi,

Here is some extra CSS that should do the job:

.simpleregister-block-content > fieldset {
  padding-right: 30px
}

BR,
ThemeBurn team

February 24, 2017 at 11:33 am #56843

Great! It helped!

February 24, 2017 at 1:06 pm #56857

Glad we’ve helped!

BR,
ThemeBurn team

March 5, 2017 at 10:37 pm #57162
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.