Home Forums Free Themes Onefold Centering Portfolio items on the home page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19870
    iHelpers
    Participant

    We would like to have the Portfolio items shown on the home page to be centered instead of left-justified. Is there an option to change this anywhere or is it possible to add a bit of CSS to do this?

    #19876
    wensolutions
    Keymaster

    Hello @iHelpers

    Can you please post your site URL so that we can debug this issue in much more details and provide you with some possible solution.

    Best Regards!!!

    #19878
    iHelpers
    Participant

    Yes, thank you. You can see the site here:
    http://bmr.betatestwebsite.com

    #19897
    wensolutions
    Keymaster

    Hello @iHelpers,

    To align the portfolio section in your website to the center you can paste the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :

    .home-section-portfolio .portfolio-item
    {
    float:none;
    }

    Hope this helps,

    Best Regards !!

    #19953
    iHelpers
    Participant

    That did it, thank you!

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