Home › Forums › Air WordPress Theme › Project Property
- This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by
SeaTheme.
-
AuthorPosts
-
January 2, 2018 at 10:35 pm #14168
Hello,
I would like to ask you if is it possible to have Project Property under Project Title. Now it is under the gallery when someone use Standard gallery layout option in projects. And is it possible to use Page Builder, when someone use Standard gallery?
Thank you for your help, kind regards Honza
January 3, 2018 at 3:19 am #14169Hi,
Please try to use custom css(Appearance > Customize : Additional CSS):body.single.single-portfolio-fullwidth article.post.format-gallery { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; } body.single.single-portfolio-fullwidth article.post.format-gallery .title-wrap, body.single.single-portfolio-fullwidth article.post.format-gallery .gallery-post-des { order: 0; } body.single.single-portfolio-fullwidth article.post.format-gallery .blog-unit-gallery-wrap{ order: 2; } body.single.single-portfolio-fullwidth article.post.format-gallery .gallery-property{ order: 1; } body.single.single-portfolio-fullwidth article.post.format-gallery .blog-unit-meta-bottom{ order: 5; }If not work, please leave your single gallery post url here, thanks!
Regards!
Bwsm – uiueux.com – Twitter – FacebookJanuary 3, 2018 at 7:05 pm #14179Thank you very much. It works, but not perfectly. Is it possible to have it under the title? Now it is under the text and there is big gap. And is it possible to have the text as wide as the width of the projects?
https://pureline.000webhostapp.com/2017/10/byt-retro-bratislava-2
Thank you!! Kind regards, Honza
January 4, 2018 at 6:32 am #14184It is possible by the order option. Please update the custom css as:
body.single.single-portfolio-fullwidth article.post.format-gallery { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; } body.single.single-portfolio-fullwidth article.post.format-gallery .title-wrap { order: 0; } body.single.single-portfolio-fullwidth article.post.format-gallery .gallery-post-des { order: 2; } body.single.single-portfolio-fullwidth article.post.format-gallery .blog-unit-gallery-wrap{ order:3; } body.single.single-portfolio-fullwidth article.post.format-gallery .gallery-property{ order: 1; } body.single.single-portfolio-fullwidth article.post.format-gallery .blog-unit-meta-bottom{ order: 5; } .single-portfolio-fullwidth .gallery-des-center.gallery-post-des .entry { width: 100%; } -
AuthorPosts
- You must be logged in to reply to this topic.
