Portfolio Layout

How can I adust the portfolio page layout, I dont see any settings in the Theme Options panel. please help
  • I want to disable the love, author, dates on the individual portfolio item
  • also the main portfolio layout looks bad, I have it set to grid layout but it doesn't look like the demo grid

here is a link to my website - http://bvpest.developwithrgb.com/pest-gallery

Comments

  • Hi,

    all portfolio settings are in Theme options > Getting started > Portfolio section.

    To remove love, author and dates from single portfolio items, please use below css:
    .single-portfolio .post-meta .author-date { display: none; }
    .single-portfolio .post-header .button-love { display: none; }
    But the main portfolio probably looks bad because you have portfolio with sidebar. As far as we know, those kind of portfolio pages does not work well with sidebar. Please remove sidebar for a while and check if this will help you.
  • Thanks for your help with the css, that worked

    I have disabled the sidebar and its still not looking right. can you please assist with the layout issue, I have set the layout to GRID in the portfolio theme options panel. but its still not looking like your demo, the images are not uniform in a grid patern
  • We are not sure what you mean exactly. Grid on our demo is http://themes.muffingroup.com/betheme/portfolio but on your website you have used Flat layout instead which is completely different. Also on your demo you have used images with totally different sizes. We recommend to upload images that are the same size.
  • Im not sure why you say im using FLAT layout, i have set my portfolio to GRID, also when i view the code in firebug its has the "portfolio_grid" class on it. I will try uploading uniform size images, but i still think there is a problem
    :(
  • Sorry but we thought for all the time that you want to use "flat" style instead of grid. However, as we see now on http://bvpest.developwithrgb.com/pest-gallery/, your gallery looks fine. But if in your mind it is not ok, then please make a screenshot and make necessary changes on it to explain what does not look good because we really do not see anything wrong.
  • well since you were really not helping with my issuse i just fixed it in the css to add the spacing how i needed it to look, but i still think there is a problem with your theme settings, because i dont see any changes when i make a selection in the layout settings. thanks any way..
  • Maybe you don't see changes because of Cache?
Sign In or Register to comment.