-
AuthorPosts
-
February 19, 2018 at 2:37 pm #914260
How do I increase the height (line spacing) between the headline – HEADING TEXT and SUBHEADING below. Section SPECIAL HEADING.
February 19, 2018 at 2:53 pm #914267Hey uuniversal,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-special-heading .av-special-heading-tag { margin-bottom: 10px; }
Just adjust the bottom margin. Hope this helps :)
Best regards,
NikkoFebruary 19, 2018 at 3:02 pm #914277Yes, thx.
And one more question, I’d like to add a shadow under the entire column when mouse clicks, like the pages below. Is that it?February 19, 2018 at 4:27 pm #914368Hi,
Do you want to apply it on the Special Heading? also it’s on mouse hover. The code should look something like:
#top .av-special-heading:hover, #top .av-special-heading:focus { box-shadow: 0 0.1875rem 0.625rem 0 rgba(79,90,109,0.3); color: inherit; }
if it’s not working or not the special heading, please give us a link and point us where you want it applied.
Best regards,
NikkoFebruary 19, 2018 at 11:06 pm #914576Hi,
No SPECIAL HEADING. The shadow should be under the entire LAYOUT ELEMENTS 1/3 section, when mouse hover and clicks. Just like here https://www.moo.com/uk/products.htmlFebruary 20, 2018 at 4:18 am #914654Hi,
Yes, can you post a link to your page where you want it to be applied? so we can give you the css code that should work.
Best regards,
NikkoFebruary 20, 2018 at 10:07 am #914765yes, testing page here: http://www.muse.infoimage.cz/ THX.
February 20, 2018 at 1:37 pm #914828Hi,
I have checked your site however it seems that the image and the text below it isn’t in the same grid, can you try to put them on the same grid and also turn on Custom CSS Classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add a class name to it for example mycolumn. Let us know if you have done this and we’ll try to check and write a css code for it.
Best regards,
NikkoFebruary 20, 2018 at 2:53 pm #914847OK,
Test page created http://www.muse.infoimage.cz/testing/ , all columns have their own class – mycolumn ,
Best regards UNIFebruary 20, 2018 at 4:05 pm #914867Hi,
Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .mycolumn { transition: box-shadow 200ms linear, opacity 200ms; } #top .mycolumn:hover, #top .mycolumn:focus { box-shadow: 0 1px 10px 3px rgba(79,90,109,0.3); } #top .mycolumn span.image-overlay.overlay-type-extern { display: none !important; } #top .mycolumn .av_textblock_section { padding: 0 20px 10px; }
Hope this helps :)
Best regards,
NikkoFebruary 20, 2018 at 4:19 pm #914870Perfect, perfect support! THX. Shadow I just slightly reduced, otherwise it is excellent. Look: http://www.muse.infoimage.cz/testing/
February 20, 2018 at 4:28 pm #914875Hi,
Glad that we could help :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoFebruary 20, 2018 at 4:30 pm #914877THX. Close this thread.
February 20, 2018 at 5:27 pm #914904Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Increase the height between the title’ is closed to new replies.