By Macjoomla on Tuesday, 10 October 2017
Posted in General Issues
Replies 9
Likes 0
Views 433
Votes 0
Hello Stackideas Team,

please take a look at attached screenshot. The map is very tiny in event detail view and i would like to show it more present in whole width.

The descriptions like "Event Titel:" are quite space-filling. Would it not be a good idea, to have these instead of side by side, in same row from top to bottom? Or to have an option to dont show them at all?

Thank you and best regards, Macjoomla
Hi there,

Maybe you can try to use css codes below and see how it goes.
[gist type="css"]
#es .es-location-map {
padding-top: 100% !important;
width: 407px !important;
}
[/gist]


The descriptions like "Event Titel:" are quite space-filling. Would it not be a good idea, to have these instead of side by side, in same row from top to bottom? Or to have an option to dont show them at all?

You can set them not to be shown on the events categories as you can see here http://take.ms/Nwomz

Please advice.
·
Tuesday, 10 October 2017 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Warith,

thank you for your fast answer. Is your screenshot showing ES 2.0 or 2.1? Just cant find this point in 2.0.

Your CSS works, but seems very unflexible and covers right module bar.

Thank you and best regards, MAcjoomla
·
Tuesday, 10 October 2017 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, Sorry, Warith, found this screenshot in ES 2.0.

But it just does not display the titles and does not give the room free for the content of the event…

Best regards, Macjoomla
·
Tuesday, 10 October 2017 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Sorry for not explaining them clearly, as i gave a base for you to re-organize them based on your need only. Or maybe you can use css code below and see how it goes.
[gist type="php"]
#es .es-location-map {
padding-top: 100% !important;
width: 100% !important;
}
[/gist]

thank you for your fast answer. Is your screenshot showing ES 2.0 or 2.1? Just cant find this point in 2.0.

Those views are from ES v2.0. If you refering to ES2.1, you can disable them under workflows as shown http://take.ms/f9OUo.

Please advice.
·
Tuesday, 10 October 2017 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

But it just does not display the titles and does not give the room free for the content of the event…

Maybe i have miss-understand your requirement here, it would be best if you can provide us with more details and describe us in details on your requirement above.

Please advice.
·
Tuesday, 10 October 2017 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Warith,

thank you for your answer, please take a look at attached screenshot.

Best regards, Macjoomla
·
Tuesday, 10 October 2017 17:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Oh, i understand it now.

You can try to apply codes below and see how it goes as i have increase those spaces to 30px, maybe you can organize them accordingly base on your requirements. Please give it a try and see how it goes.

[gist type="css"]
#es .es-profile-data-table td {
padding-bottom: 30px !important;;
}
[/gist]
·
Tuesday, 10 October 2017 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Warith,

thank you for your help, unfortunately last css did not change anything.

But it helped me to find following css, that does, at least for the moment, the trick:


#es .profile-data-label {
display: none !important;
}


I dont know, what will happen, in special with bigger map on a mobile view.

Wouldnt it be a good idea, if somebody makes all labels in preferences to hide, that everything is automatically switching to the left and uses the new free space?

Thank you and best regards
·
Tuesday, 10 October 2017 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Currently, it is controlled using css, and the only way is to apply those css codes you provided above. It should hide those items. Thanks for your understanding.
·
Tuesday, 10 October 2017 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post