Jump to content

CSS - Professionnal ?


Recommended Posts

OK try first this, in awp css file or in global.css add

div[id^=awp_text_length] {width:30%;text-align:left;}

If you want some more room try also

div[id^=awp_text_length] {width:30%;text-align:left;}
div[id^=awp_file_cell] {margin-right:15px;}
div[id^=awp_cell_cont] {width: 97% !important;}

or adjust values a bit.

 

Problem is when you upload image  last part goes to second row. And to fit all in one row use try 

div[id^=awp_text_length] {width:23%;text-align:left;}
div[id^=awp_cell_cont] {width: 97% !important;}

but that will cause text in first element to go in two rows. 

And that is is, do not have other solutions.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...