Home Forums Air WordPress Theme Project Property

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14168
    KUTCHA
    Participant
    Purchased
    Expired

    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

    #14169
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,
    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.comTwitterFacebook

    #14179
    KUTCHA
    Participant
    Purchased
    Expired

    Thank 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

    #14184
    SeaTheme
    Keymaster
    Purchased
    Expired

    It 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%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.