Q2A Market - Support

We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.

Theme Max Control

Hello. Coding in the user profile has warped again!

opened on Jun 13 in Max Control

I couldn't understand the meaning. Could you please explain a bit with some possible visuals.

text in the profile are bunched together

I am unable to view image and showing 404 File not found error.

corrected link to image

I see. Let me find solution for it. I will add it soon in a day or two.

1 Answer

 
Best answer

Add below code into your custom.css file. Which you can find in MaxControl/css/custom.css

.qa-template-user .qa-part-form-profile .qa-form-wide-table{
    display: inline-table;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: scroll;
}
.qa-template-user .qa-part-form-profile .qa-form-wide-table .qa-form-wide-label{
    width: 35%;
}
.qa-template-user .qa-part-form-profile .qa-form-wide-table .qa-form-wide-data{
    width: 100%;
}

This should resolve the issue.

answered Jun 30
selected Jun 30

the problem is solved! thank you!

You are most welcome..!