Home › Forums › Air WordPress Theme › Issues: Social Media Icons, Heading Space, Space Content-Gallery
- This topic has 8 replies, 2 voices, and was last updated 7 years, 3 months ago by
SeaTheme.
-
AuthorPosts
-
February 4, 2019 at 11:02 am #17703
Hello,
firstly, congratulations for this fantastic theme – I love it and it is a joy to use.
However, there are a few minor issues, where I need help:
1) The Social Networks Icons + Logo (widgets) in the footer do not appear in my posts, but they appear normally on all other pages. So, basically, on my posts, the bottom is simply white. Moreover, also the “Page Up” symbol does not appear. How can this be fixed? (Enable Footer Widget + Page Up Symbol for posts is enabled)
2) For my taste, the heading space (when over two lines) is too tight resulting that sometimes letters (especially “g”) touch each other. How can this be increased?
3) Lastly, the space between content and a gallery within posts is a bit too large, resulting in quite a lot of negative space. How can this be space be reduced?
I can submit photos of this would be of help.
Thanks a lot in advance for your assistance.
Best wishes,
Nils
February 5, 2019 at 9:02 am #17708Hi, thank you for purchasing our theme.
Please paste the issued page URL and screenshots. Thanks!
Regards!
Bwsm – uiueux.com – Twitter – FacebookFebruary 5, 2019 at 9:46 am #17711This reply has been marked as private.February 5, 2019 at 9:52 am #17712Regarding point 1), the footer does appear normally and everywhere on a mobile device for the posts, but not on laptop/PC.
Might be of help…
Thanks
February 5, 2019 at 3:35 pm #177201) Please use the custom CSS:
#footer { z-index: 0; background: none!important; }2) Please increase line-height of the title, the default is 1
.title-wrap-tit { line-height: 1.2; }3) Please use the custom CSS:
@media (min-width: 768px) { .gallery-post-des { margin-bottom: 20px; } } @media (max-width: 767px){ body.single.responsive-ux.single-format-gallery .entry, .responsive-ux .gallery-post-des { margin-bottom: 10px; } }February 6, 2019 at 10:30 am #17724This reply has been marked as private.February 7, 2019 at 4:03 pm #177401) This CSS should affect it:
.title-wrap-tit { line-height: 1.2; }If it doesn’t work, please send the issued page URL. I know your website URL, I need the issued page URL.
2/3 Please send issued pages URL also.
February 7, 2019 at 6:56 pm #17744This reply has been marked as private.February 8, 2019 at 10:17 am #17750Please paste the custom css code to “Appearance > Customize : Additional CSS”
1)
.entry h1, .text_block h1,.ux-portfolio-template-intro h1,.slider-con-inn h1 {line-height: 1.2;} .entry h2, .text_block h2,.ux-portfolio-template-intro h2,.slider-con-inn h2 {line-height: 1.2;} ...2)
.gallery-link {display: none;} .single-portfolio-fullwidth .blog-unit-gallery-wrap:not(.start-from-gallery) { margin-bottom: -60px; }3)
#content_wrap .entry p { margin-bottom: 10px; } -
AuthorPosts
- You must be logged in to reply to this topic.
