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

    Hi guys,

    Been a while since I’ve been on here – hope you’re doing well!

    I have a few questions I was hoping you can help me with since I added some new content to my site. I added an “as seen on” section to my homepage and I was wondering the following:
    1) How can I get the images to be aligned centre vertically? Currently centred horizontally as per the option in the theme provides but as you can see they all seem to be aligned “top” vertically.
    2) How come the centre image shows an overlay when cursor goes over it and the others don’t? Can I remove this?
    3) Can I remove some of the whitespace around the top and bottom of the images?

    I’ll include link as private msg next.

    Many many thanks.

    Best,
    Jonathan

    #223060
    This reply has been marked as private.
    #223105

    Sorry and I’d also like to move the images closer to each other towards the centre. For convenience, all questions are:

    1) How can I get the images to be aligned centre vertically? Currently centred horizontally as per the option in the theme provides but as you can see they all seem to be aligned “top” vertically.
    2) How come the centre image shows an overlay when cursor goes over it and the others don’t? Can I remove this?
    3) Can I remove some of the whitespace around the top and bottom of the images?
    4) Can I move the images all closer towards the centre of the page?

    Thanks!

    Best,
    Jonathan

    #223422

    Hey Jonathan!

    Thanks :)
    1 & 4 – Seems like you have figured it out http://i.imgur.com/aaWQ387.jpg
    If not, please post a screenshot and show the changes you would like to make
    2- None of these three images have overlay on my end. Please try flushing browser cache and refresh your page a few times.
    3-

    #info .column-top-margin { margin-top: 35px; }

    Best regards,
    Yigit

    #223737

    Hi Yigit,

    Very sorry about the duplicate topic, I was worried that I threw too much into this one so thought I’d at least find out the most important answer I needed quicker on it’s own. Won’t do again.

    I dug through the forum a bit as I needed to fix everything in short order and I at least found working solutions, but not sure if they were the best.

    For 2) I used the css .image-overlay { display: none!important; }

    For 1) and 4) I just created a custom class and used the following code – is this the best way to accomplish this or is there a better way to align everything middle vertically and move left/right as needed?

    .avia_image.asseen1 {
    top: -8px;
    right: -160px;
    }
    
    .avia_image.asseen2 {
    top: -38px;
    }
    
    .avia_image.asseen3 {
    top: -21px;
    left: -160px;
    }

    Thank you,
    Jonathan

    #224102

    Hey!

    It is ok Jonathan! :) And custom CSS codes you have added looks and works fine. Let us know if you have any other questions or issues!

    Best regards,
    Yigit

    #224103

    Thanks =)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Image alignment and link questions’ is closed to new replies.