Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #305485

    Hi there, hoping for some help.

    I’m wondering if it’s possible – using custom CSS or whatever – to reduce the padding in between elements, horizontally? Basically I want my portfolio to look more like this, with the text and images closer together:

    Portfolio example

    I’ve tried bits of CSS I’ve found on the site but they always mess up the widgets in the footer.

    Secondly, when viewing my site on a mobile/cell phone, the images on the portfolio – both the portfolio grid and the actual portfolio pieces appear to be quite small. Not terribly so, but I was wondering if they could be a made a bit larger so they’re more like this:

    (this is the grid)

    Portfolio grid

    (portfolio entry)

    Portfolio entry

    Finally, the social icons in the header, I’m having some problems with. Twitter works fine, however, Pinterest insists on adding my contact page URL before my Pinterest handle, and therefore does not link to my Pinterest account. I also can’t set the social icon for mail to link to an email? That also wants to direct to my contact page. Any ideas?

    Many thanks.

    • This topic was modified 10 years, 3 months ago by gcol90.
    #306147

    Hey!

    1-2. Try adding this code to the Quick CSS:

    .single-portfolio .content .av_one_third {
        margin-left: 2%;
        width: 33.33%;
    }
    @media only screen and (max-width: 767px) {
      .responsive .container {
        width: 90%;
        margin: 0 auto;
      }
    }

    3. Can you please create me an administrator account? post it here as a private reply.

    Cheers! 
    Josue

    • This reply was modified 10 years, 3 months ago by Josue.
    #306434
    This reply has been marked as private.
    #306474

    Hey Gareth!

    Try with this instead:

    .single-portfolio .content .av_one_third {
        margin-left: 2%;
        width: 33.33%;
    }

    Cheers!
    Josue

    #306476

    Regarding the social links problem, you need to put the full URL here:

    #306522

    Ah cool, thanks! That code works perfectly. Not sure why since it looks the same as the previous one? Either way, thanks!

    Yeah I thought I was doing that anyway? Unless I missed off the http://? Not sure. Either way, that’s working too, so thanks.

    Is there a way to get the mail icon to link to my email at all? So when I click the email icon in the header, it links directly to my email? I tried mailto but that doesn’t seem to work?

    If not no worries!

    Many thanks!

    • This reply was modified 10 years, 3 months ago by gcol90.
    #306547

    Hi!

    Mailto should work:

    mailto: (Email address hidden if logged out)

    But, what it does will depend on the user configuration / OS.

    Cheers!
    Josue

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