Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1251183

    Hallo,

    ich brauche noch einmal einen Support – wenn möglich in deutsch.

    In der Mobil Ansicht auf dem Tablet erscheint das Blog Bild mit einem weißen Hintergrund – Screenshot ist in der Dropbox und link im private content-
    Wie kann ich den weißen Hintergrund in allen mobilen Ansichten entfernen? Das Bild soll keinen Hintergrund haben.
    Vielen Dank.

    #1251503

    Hey Sabine,

    Could you please give us a link to your website, we need more context to be able to help you.

    We cannot really see the screenshot like this. Please update the screenshot link.

    Best regards,
    Victoria

    #1251512

    Yes of course, link is in the private content.

    And there is something else what is very strange. The text in the slider is centered , I used this Code:

    .av-slideshow-caption {
    width: 100%;
    text-align: center !important;
    }

    But on every monitor the text is a little more right than left. And the smaller the monitor, the more noticeable it is. Thank you for helping.

    #1251784

    Hi,

    Thanks for that. Could you post a screenshot of the problem as well please? The link from Dropbox you posted previously is not working.

    Best regards,
    Rikard

    #1251836

    I hope this link works now.

    #1252027

    Hi,

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

    .main_color .avia-content-slider .slide-image {
      background-color: transparent !important;
    }

    The text in the 3rd screenshot is centered, it’s not offset in anyway. Text can appear to be off since words have different lengths. We can adjust it for you, but then it will likely look off when you use different texts.

    Best regards,
    Rikard

    #1252060

    Thank you Rikard,

    wonderful, the code works.

    I understand your argument that the text won’t be centered if it would be changed. I’ll send you another screenshot of the text in the smartphone because it is not centered. I can’t understand it. And on my one smartphone it isn’t centered too. The subtext is in a very clear and easy font – this cannot be the reason. The new screenshot is titled “screenshot smartphone”. Can you please check it again?

    Thank you and greetings, Sabine

    #1252245

    Hi Sabine,

    Please see screenshot in private for what I see on my end, it’s dead in the middle. And there’s no CSS telling it to go either left or right. We can adjust things for you, but then you will have to let us know exactly how you want to change it.

    Best regards,
    Rikard

    #1252252

    Oh sorry Rikard, I ment the caption in the slideshow which is not centered …. I was not very precise ……

    #1252490

    Hi,

    Ah ok, thanks for clarifying. Please try this CSS to see if it helps:

    .avia-caption.av-slideshow-caption {
      left: 0 !important;
    }

    Best regards,
    Rikard

    #1252514

    Hey Rikard,

    oh wonderful – it works.

    Thank you so much and greetings to you, Sabine

    #1252702

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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