Home Forums ART WordPress Theme Centered Portfolio Gallery

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

    Hi there, I would like to request a feature of adding an option to make the gallery on a portfolio centered. I feel like on my website it doesn’t look right being to the right or left since I’m not going to be putting content such as text on the side. Is there any way I could customize the template to do this, or is it a feature that could be added in the future?

    #26559
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi there,
    Welcome to SeaTheme forum.

    I don’t understand your requirements. Could you give me more tips? Thanks!
    – Do you mean the gallery or portfolio is created by a Grid module?
    – What elements need to be centered?
    – Can you submit the URL of your Portfolio galley that needs to be center?
    Thanks


    Regards!
    SeaTheme – FAQsTwitterFacebook

    #26560
    anyrtak
    Participant
    Purchased
    Expired

    Sorry for not being clear; I’m new to using WordPress and am having trouble doing the things I want. So when editing a portfolio it has options for “Gallery on Right” and “Gallery on Left”. I would like a center option so the gallery is on the center of the page. The website isn’t public yet, but here’s some screenshots.
    portfolio options
    Gallery on left
    Gallery on right

    This is a Photoshopped image to show an example of what I would like to do.
    Centered Photoshopped

    #26574
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    Thanks for your screenshots.

    “Gallery on left/Right” are 2 special layouts. Please select the layout as “No template”

    portfolio template

    You could use the BM Content Builder editor with this template. All single portfolio(hero, slider, images grid, text block, etc) are created by the BM Content Builder. The Grid or Masonry Grid can built gallery section.

    If you still want to use gallery section. Please select “Gallery on Right” template. paste the custom CSS code to “Appearance > Customize: Additional CSS”, it makes “Gallery on Right” centered.

    .single-col2-text-wrap,
    .single-col2-gallery-wrap {
    	width: 100%!important;
    }
    @media (min-width: 992px) {
     .sticky_column {
        position: relative;
     }
    }

    Regards!
    SeaTheme – FAQsTwitterFacebook

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.