By User on Sunday, 03 March 2019
Posted in General Issues
Replies 1
Likes 0
Views 388
Votes 0
Hello.
When I published in "es-sidebar" position module with "Show Title: Show" option, I noticed that title has another style (not ste same as "es-side-widget__title". So I had to edit CSS (add this):


.es-modules-es-sidebar h3{
font-size: 16px;
font-weight: bold !important;
border-top: 1px solid #e1e1e1 !important;
padding-top: 16px;
}


Thaere is nothing critical, but I supposed to see all titles in sidebar in one style. Thanks.

PS: Also, I suppose line like in <hr class="es-hr"> should be added before header. I added screen like it would be great.
What you point me that `video` and `video categories` is consider as module content inside the tile instead of that module title, you can check further my attached screenshot below.

PS: Also, I suppose line like in <hr class="es-hr"> should be added before header. I added screen like it would be great.

Actually that border bottom line will not generate for each of the sidebar module, because what you point me that `video` and `video categories` section is a module and inside this module content got included those border bottom line styling within the module.

If you would like to show this border bottom line for each of the module, you can try apply this custom css :


body #es .es-modules-es-sidebar > div {
border-top: 1px solid #ddd;
padding-top: 20px;
}
·
Sunday, 03 March 2019 09:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post