Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #972113

    Hi
    I’d like to increase the size of the icon/picture on a timeline, but don’t see a way of doing it.

    Is this possible?

    Thanks, Stephen

    #972510

    Hey Stephen,

    Add this to quick css:

    .avia-timeline .milestone_icon{
    height:150px!important;
    width:150px!important;
    line-height:150px!important;
    }

    Best regards,
    Jordan Shannon

    #972520

    Hey Jordan – thanks, that worked..! Awesome.

    Got a weird thing going on though.

    When it’s the icon, the alignment with the text and connecting line is fine, no problems. But if I change it to a picture, the alignment goes off – everything is too high for the picture. I’ve tried with different sizes of picture, but with the same result.

    I’ve left the page with both icons and pictures, so you can see what I mean.

    Any ideas?

    Stephen

    #972545

    Hi,

    I’m having trouble seeing the issue. Can you screenshot what you mean?

    Best regards,
    Jordan Shannon

    #972689

    Hi Jordan – no problem.

    I’ve screenshot them and put a couple of notes to help show the issue.

    I’d also noted that the alignment is off when I flip a tablet (a Surface Pro) into portrait. Also included.

    Appreciate your help!
    Stephen

    #973035

    Hi,

    Apologies, but I can’t see a screen shot from the link you sent.

    Best regards,
    Jordan Shannon

    #973370

    Ok Jordan. Try this link.

    Thanks, Stephen

    #973975

    Hi Stephen,

    I could not load the screenshot, I am asked to log in. Can you please upload it again to https://imgur.com/ or Dropbox?

    Best regards,
    Victoria

    #975456

    Hi Victoria
    I’ve created another imgur post with them in it. Just checked it a couple of times and it works.

    I’ve put two screen grabs in, with some notation from me to highlight the issue – one landscape and the other portrait.

    Thanks, Stephen

    #976091

    Hi,

    Thanks for the screenshot.

    You can actually move the milestone date container closer to the center but you’ll end up with a much shorter indicator on the milestones without images.

    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date {
        left: -10px;
    }
    
    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-odd .av-milestone-date {
        right: -10px;
    }

    Best regards,
    Ismael

    #976370

    HI Ismael
    On the portrait view, it’s already overlapping. Wouldn’t moving it closer, just make it worse?

    Thanks, Stephen

    #976869

    Hi Stephen,

    I tried checking on the link you gave (in private content) but it returns:

    Nothing Found
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    Can you give us the links for the pages on those 2 screenshots? so we can try to give you a more accurate css code.

    Best regards,
    Nikko

    #977268

    3rd time lucky!!

    I’ve given you a dropbox link

    Thanks, Stephen

    #977742

    Hi,

    Thanks for the update.

    I was referring to the style of the indicator (line which points to the time) on desktop view. That css code should move them closer to the center. Did you remove the page? It doesn’t exist anymore.

    Best regards,
    Ismael

    #977818

    Having a wee issue with my host. Will be back up today. Sods law that it went down on the day you looked!! Argh.

    Will let you know asap.

    Thanks, Stephen

    #978302

    Hi solBASE,

    Okay, just post back as soon as it’s up.
    We’ll leave this thread open.

    Best regards,
    Nikko

    #978587

    Hi there – host fixed it.

    The link is below and the screen shots still apply.

    Thanks, Stephen

    #978653

    Hi,

    Thanks for the update.

    Replace the recent modifications with the following css codes so that it won’t affect the mobile layout.

    @media only screen and (min-width: 768px) {
    .avia-timeline .milestone_icon {
        height: 150px!important;
        width: 150px!important;
        line-height: 150px!important;
    }
    
    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date {
        left: -10px;
    }
    
    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-odd .av-milestone-date {
        right: -10px;
    }
    }

    We just wrapped the same css codes inside a css media query.

    Best regards,
    Ismael

    #979253

    Hi Ismael
    Thanks for this.

    Put the code in, but still the same. Worth pointing out though that the issue isn’t on a mobile. The screenshots are from my laptop and are what I see (landscape one) on my main PC.

    When it’s an icon on the timeline everything aligns perfectly, when it’s a photo the alignment goes off.

    Looking forward to hearing from you.

    Thanks, Stephen

    #979918

    Hi,

    I just noticed the vertical alignment of the indicators. Please use this one instead.

    #av_section_3 .avia-timeline li:nth-child(3) .av-milestone-date, #av_section_3 .avia-timeline li:nth-child(2) .av-milestone-date, #av_section_3 .avia-timeline li:nth-child(1) .av-milestone-date {
        top: 20px;
    }

    Best regards,
    Ismael

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