Home › Forums › SEA WordPress Theme › Huge space before title on mobile
- This topic has 10 replies, 2 voices, and was last updated 5 years, 11 months ago by
SeaTheme.
-
AuthorPosts
-
June 30, 2020 at 10:43 am #21795
Hi,
I have a problem when setting the space before/after title for mobile. I use Theme Options/Content for those settings. Space for desktop works fine but on mobile it doesn’t work and it leaves a large space before the title regardless the input value. It’s even bigger when I increase the space for desktop.
My link: http://www.minima.vn/work/vintage-rose
Please check and help.
Thank you.June 30, 2020 at 2:39 pm #21798HI,
Thanks for reminding, it is a bug.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS” to fix it.
@media (max-width: 767px){ body.single:not(.page_from_top).responsive-ux .content_wrap_outer { padding-top: var(--margintop-post-title, 0px); } body.single.responsive-ux .title-wrap-tit { margin-bottom: var(--marginbottom-post-title, 0px); } body.single.responsive-ux .title-wrap { padding-left: var(--paddingleft-post-title, 0px); } }ps: we will fix it in the next update.
Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookJuly 1, 2020 at 1:32 am #21800Thank you for the code,
I have checked and find that I can’t edit this space on Chrome mobile browser, but on Safari is fine.
On Chrome it’s always bigger. Check this link: http://www.minima.vn/homepage
Thanks,
TuJuly 1, 2020 at 9:53 am #21801Hi,
Please add the custom CSS to fix it:
@media (max-width: 767px) { .responsive-ux #wrap { position: absolute; } }Regards!
July 2, 2020 at 2:18 pm #21811Thank you,
I have figured it out.
By the way, could you help me with my footer not aligned left exactly? There is a gap before my copyright info but I can’t remove it. I need it to aligned left correctly like other elements. My link:
http://www.minima.vn/work/vintage-rose/
Thank you very much.
July 3, 2020 at 2:30 am #21816Hi,
There is an empty element. If you want to show copyright only, please go to theme > Theme Options > Footer, select the “copyright” at the 1st element, remove the 2nd element.
If it doesn’t work, please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.footer-cols-item { margin-left: 0px; }Regards
July 4, 2020 at 2:14 am #21849Thank you,
That works fine on my site.I have another problem. On mobile, I disable “Once tap to open item” on portfolio mansory to show hover effect. But I need to tap exactly on item title to open it, instead of on anywhere on the thumbnail image.
That would be great if you help me with some codes that allow open item by tapping anywhere on the thumbnail.
Thank you. Your theme is great.
Tu
July 4, 2020 at 7:13 am #21856Welcome!
Sorry, it is a bug caused by the prev update, please upgrade to the latest version 1.6.6.1(both the SEA them and BM content builder plugin). We published a new version today.
Best
July 4, 2020 at 7:15 am #21857This reply has been marked as private.July 4, 2020 at 8:38 am #21859Yeah, that’s great. You could list my page on your showcase page.
I’m updating it now.
Thanks,July 5, 2020 at 1:40 am #21862Thanks 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.
