• Hi I am struggling to move the content of my portfolio to show in the middle / left of the page any ideas anyone…marctownsend.net

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Not exactly sure what you mean. Are you referring to the homepage or the portfolio page? Do you want portfolio image to be in the middle? Middle of the column or the page?
    Sorry for not understanding!

    Hannah

    Thread Starter marctownsend

    (@marctownsend)

    Hi Hannah i am referring to the portfolio pages my content is on the right of the page but would like this to be on the left of the pages with images on the right of the page.

    hannah

    (@hannahritner)

    Try adding this to your custom css box in Theme Options > Custom CSS:

    @media (min-width: 992px) {
    .single-portfolio .col-md-7 {
        float: right;
    }
    }

    Hope that helps!
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i move my portfolio content to the middle of page’ is closed to new replies.