• Hello,

    First of all I would like to say that I really love Portrum!

    There is only one problem. The slide title of the advanced slider on my homepage isn’t in the centre on my phone or tablet.

    The title is in the centre on computer but when I open it on my Iphone it is a little to far to the left.

    Can you help me with this.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @maxwijgergangs

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media only screen and (min-width: 767px) {
    
      .ewf-slider-slide__content-wrap {
        margin: 0 auto;
        font-size: 17px;
      }
    
      .ewf-like-h1 {
        font-size: 35px !important;
      }
    } 

    Let me know if that does it.
    Thank you.

    • This reply was modified 5 years, 8 months ago by Anonymous User 16453565.
    Thread Starter maxwijgergangs

    (@maxwijgergangs)

    Hey @snehalb890 ,

    Thank you so much!

    Actually it didn’t work with the 767px, so i decreased it till it was in the centre. Got it at 400px right now and it is working!

    I have one more question. The pictures in my portfolio on my homepage or not clickable on my phone. Again it works fine on my computer but not on my iphone. Do you have any solution for that?

    Thanks!

    Hello @maxwijgergangs,

    This happens because on mobile hover does not exist and those links are appearing only on hover.
    If you’d like you can display them on mobile by adding this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 600px) {
    .ewf-portfolio-item .ewf-portfolio-item__overlay {
        opacity: 1;
    }
    }
    Thread Starter maxwijgergangs

    (@maxwijgergangs)

    Hello @mplusb

    Thanks for your reply. The portfolio was already displayed on my mobile, it is just that the pcitures are not clickable on my mobile, where it is clickable on my computer.

    Unfortunately the css code isn’t working but I’ll take it for granted.

    I am happy the that the slide title is fixed!

    Thanks for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slide title not in centre on phone/tablet’ is closed to new replies.