Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1370657

    Hello support,

    Im trying to change the height and width within this png that has been linked in a caption for the mobile version of the fullwidth slider.

    I used this code and nothing changes. Am I making a mistake?

    Psykolog Therese velkommen

    #1370692

    Hey AuroraArcus,

    I can see the image you are using, but I’m not sure what you are looking to change on mobile. Could you try to explain your intentions a bit further please? Also, on which page are you using the image? I can’t see it on your front page.

    Best regards,
    Rikard

    #1370698

    Hey Rikard,

    Im trying to make the PNG smaller, so its not so big. Pretty much aligned with the width of the other part of the caption. Hope it makes sense:)?

    Im using it in the caption on my front page “Fullwidth Easy Slider”…

    #1370702

    Hi,

    Thanks for the clarification. If you add an ID to the image markup like in private, then you can use CSS like this in Quick CSS:

    #velkommen-image {
      max-width: 200px;
    }

    Best regards,
    Rikard

    • This reply was modified 2 years ago by Rikard.
    #1370715

    Thanks Rikard,

    I couldnt make that work. Im going into Enfold Child>General Styling>Quick CSS and I pasted;

    #velkommen-image {
    max-width: 200px;
    }
    into the Quick CSS field. It didn’t work out.

    Maybe I don’t understand what to do. Where do I add an ID to the image markup?

    Best regards,
    Aurora

    #1370721

    Hi Aurora,

    I edited your Img tag in caption and added ID as Rikard recommended however it was not reflected on the front end of your site even though I cleared cache. So I targeted the image using alt attribute as following in Quick CSS field

    
    #top img[alt="Psykolog Therese velkommen"] {
      max-width: 240px;
      margin-left: 0;
    }
    

    Please review your website and adjust the width as needed :)

    Best regards,
    Yigit

    #1370795

    Well done Yigit,

    I had the same problem as you. I altered both PNGs now and it works perfect.

    For some reason the captions are in different places and I cant figure out why or adjust the position. Is there a way to finetune that, so I can make sure they are placed left of the face with a good distance and at the same posiiton…

    Best regards,
    Aurora

    #1370862

    Hi again Yigit,

    It works for the mobile now, but it also changed for the fullscreen slider for the homepage. I tried put in another version of the picture but it doesnt work. The deal is that on desktop its not supposed to be as small as on mobile.

    Do you have a suggestion for a solution:)

    #1370881

    Hi again Yigit,

    I solved it by renaming the #top img[alt=”Psykolog Therese velkommen”] {
    max-width: 240px;
    margin-left: 0;
    }

    to

    #top img[alt=”Psykolog Therese velkommen stor”] {
    max-width: 240px;
    margin-left: 0;
    }

    I still need to move the caption though. Would be great to hear your solution:)

    #1370889

    Hi,

    Thanks for the update. Could you post a screenshot highlighting what you would like to change or alter?

    Best regards,
    Rikard

    #1370919

    Hi,

    Ive linked 2 screenshots.

    Its the captions left of her face, that I need to move left and up or down. Does that make sense:)?

    #1370958

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption {
      padding: 0; 
      width: 40%;
    }
    }

    Best regards,
    Rikard

    #1370968

    Hi Rikard,

    thanks right back at you:)

    It works.

    How would I move the caption up and down, so the 2 captions from the slideshow end up right on top of each other?

    #1370981

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .slideshow_align_caption {
      vertical-align: bottom; 
    }
    }

    Best regards,
    Rikard

    #1370986

    Well done Rikard,

    works great and you can close the case:)

    #1371067

    Hi,

    Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1371068

    Hi,

    Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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