New Landing How can we help? Themeforest Theme Support Dante Portfolio item background ‘cover‘ image repeating

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Dante
  • #130902
    ckgerard
    Member
    Post count: 145

    Hi

    I’ve set this portolio items background image to ‘cover’ but it is repeating.

    Any ideas how to fix this?

    Best wishes,

    C

    #130942
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You’ve set an inner bg image instead of a normal one, the ‘cover’ option is for the normal bg

    – Kyle

    #130961
    ckgerard
    Member
    Post count: 145

    Silly me. Okay, but now that I’ve done that – it just shows a blank, white background. Tried a few different images but nothing seems to work. Tried a couple of browsers too…

    C

    #130969
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hmm seems to be only for boxed layout. What you’re after isn’t currently possible, however if you put the inner bg back I’ll see if I can change the css for you. However you do realise it’s going to be really pixelated as the image is quite small

    – Kyle

    #130982
    ckgerard
    Member
    Post count: 145

    Thanks Kyle!

    Yeah, that sounds great!

    I’ve reverted to an inner bg and I’m using a 628 kB, 1920 × 1285 image. Do you think that will be okay? Is there an optimal size for this?

    Best,

    C

    #130984
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #main-container {
      background-repeat: no-repeat;
      background-size: cover;
    }

    Yes it seems fine

    – Kyle

    #130989
    ckgerard
    Member
    Post count: 145

    Brilliant – thank you once again, Kyle!

    #130990
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #131014
    ckgerard
    Member
    Post count: 145

    Don’t know if it’s related but I notice the social tabs aren’t aligning. (on an iPhone 6 Plus).

    Attachments:
    You must be logged in to view attached files.
    #131021
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes it drops below because there’s not enough room to have in one line

    – Kyle

    #131028
    ckgerard
    Member
    Post count: 145

    Is it possible to hide the half tab, next to Facebook (see screenshot)?

    Or

    the hide the left hand, portfolio nav element?

    Attachments:
    You must be logged in to view attached files.
    #131035
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes add this to your custom css:

    .portfolio-options-bar .share-links ul li.sf-love {
      display: none;
    }

    – Kyle

    #131045
    ckgerard
    Member
    Post count: 145

    Thanks – I was hoping that would be enough to make them sit on one line. Is there a way of hiding the stacked portfolio icon too?

    Best wishes,

    C

    #131200
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately there’s too much css involved to display them side by side on mobile, I’m afraid that’s beyond our scope of support, sorry

    – Kyle

    #131259
    ckgerard
    Member
    Post count: 145

    No problem – Is there an easy way of hiding the stacked portfolio icon?

    Best,

    c

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in to reply to this topic.