Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi japhys,

    Thanks for using my plugin. When you say “portfolio detail page”, are you referring to the main page of all your portfolio items or the page you’d get to if you clicked on one of the portfolio items? If the second, could you please let me know the name of the theme you’re using?

    Thread Starter japhys

    (@japhys)

    Hi John,

    Thanks for replying.

    I am using the new twentytwelve theme now. I am basically making a bare bones sites (restricted) which I use to listen to my favorite albums at work. I use the categories to be able to filter by genre.

    I don’t need a graphic design really but I would like to be able to use 4 columns that fill out to 100% width while keeping the responsiveness of the theme.

    View post on imgur.com

    Second screenshot is of the detail page, indeed the page you get to when you click a portfolio item.

    View post on imgur.com

    Thanks!

    Thread Starter japhys

    (@japhys)

    Wondering if someone could help me out here. I am lacking css skills here.

    I would like to have my portfolio use 100 % of my width like I mentioned above. Not only that I would like it to use 100% of width all te time, so also on mobile devices. I was using modernize theme before and the portfolio page seemed to be doing just that.

    Please have look here at my portfolio page:

    https://www.urlgone.com/1556f0/

    Thanks

    Plugin Author John Gardner

    (@jgardner03)

    Sorry for the delay.

    In theory this shouldn’t be too difficult to achieve. I use an unordered list to display the portfolio items, so they should already grow or shrink in quantity to fit based on the container they’re loaded into (and based on the sizes of the images used).

    I haven’t tested this myself, nor have I really had a chance to play around with twentytwelve, but you could start setting the list item width to 100% and see how that starts you off.

    .arconix-portfolio-grid li {
        width: 100%;
    }

    Much of what you’ll end up doing will end up being trial and error.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrap around feature image on portfolio page’ is closed to new replies.