Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #468628

    Hello,

    could you please give me a hint on the following 2 questions which do really give ma a headache after
    the forums for hours? This would be a great help!

    1. Is there a way to position a left aligned Caption in the center of the slide (horizontally)?
    I´ve read numerous solutions on the forum which let you e.g. alter the position of the “left aligned” caption
    to the right. But these solutions cut of the text on mobile devices. The centered position of the caption
    would be perfect, but for design reasons I would like to have the text block “left aligned”

    2. Is there a way to move the “Next” Buttons on the slides to the bottom of the viewport and also to have them
    centered (not on the left and right side, but more like this < > in the center).

    Thank you very much in advance!

    #468831

    Any thoughts? Thank you!

    #468984

    Hi!

    Could you provide us with a link to the site in question so that we can take a closer look please? Please note that replying to your own thread will send it to the back of our support queue and you will have to wait longer for a reply.

    Best regards,
    Rikard

    #469034

    Hello Rikard,

    thank you! Unfortunately I cannot provide a link since the site is still offline.
    In the private content area I put you a dropbox link to a screenshot
    of the landing page. In this screenshot I marked with red arrows and red text what I am trying to achieve.
    Please let me know if this is clear enough. Thank you!

    • This reply was modified 9 years, 4 months ago by Rikard.
    #469385

    Hey!

    You should be able to position the caption by editing the slide and selecting the setting you want under Caption Positioning

    You can position the arrow with the following CSS:

    Button container:

    #top .avia-slideshow-arrows a {
      display: block;
      text-decoration: none;
      color: #fff;
      visibility: visible;
      position: absolute;
      width: 60px;
      text-align: center;
      height: 60px;
      line-height: 62px;
      font-size: 25px;
      top: 90%;
      margin: -30px 15px 0;
      z-index: 99;
      overflow: hidden;
      text-indent: -600%;
    }
    
    Previous button:
    
    .prev-slide
    
    Next button:
    
    .next-slide

    Cheers!
    Rikard

    #469554

    Hello Rikard,

    thank you, but please take another moment on that topic. I think we misunderstood.
    Ans please, I really would appreciate to get this done as soon as possible, since
    I am pretty stuck with that issue.

    I know that in the slide setting I can choose the position (as I already wrote).
    I can choose center, left and right. As I also explained in the image, I need the text block itself
    positioned in the center BUT the text itself being left aligned. How can I do this?
    Also, altering the “left” position via quick css to get it in the middle destroys the responsiveness.

    Regarding the “Next” buttons, thanks for the tipp.
    But if I give them an absolute position, they will be gone on a vertical mobile screen, also not being
    responsive anymore? Is that right? In that case I would not be able to do this, since it has to work
    on mobiles too.
    Thanks again and regards.

    #470021

    Hi!

    It very difficult helping you when we can’t inspect the issues your having, would you be able to upload the site somewhere so that we can have a look?

    Regards,
    Rikard

    #470190

    Hello,

    have you been able to download the example image I sent you via Dropbox two days ago?
    I cannot send you a link, since there is not much of a site now. Besides I guess there is no point
    sending a link since my question is not about unexpected behavior but about the generic Enfold theme.
    No customization done. Nothing special at all.

    I just want to know how I can get the caption in the middle of the screen, having the text itself left-aligned (not centered),
    and keep the whole thing responsive. I know that I can choose “center” to put the caption in the middle , but then the text itself is centered (zentriert). All I want is having the text block centered, BUT the the text inside the textblock left aligned (linksbündig!).

    I don´t know what to explain further, honestly.

    Second, I just want the “next” buttons in the middle of the screen, at the bottom, also being responsive.
    I know this forum is in english, but maybe I also ask my question in german (see below). Since you are based in Austria I guess this is an option,
    since probably my english makes thing more complicated than they are. I also put the screenshot link, I already sent you , in the private area again.

    Thank you in advance and sorry for any confusion that might exist about my question. I hope I was able to clarify what I am looking for.

    Best regards!

    —-

    Die Beschriftungen der Slides sind entweder linke Seite & Text linksbündig, Mitte & Text zentriert, oder rechte Seite & Text rechtsbündig.
    Ich brauche die Beschriftung in der Mitte, ABER den Text linksbündig. Auf einem Smartphone (vertikal) soll der Text dann auch
    noch zu sehen sein. Die “Next” Buttons möchte ich gerne im unteren Bereich, in der Mitte haben. Auf einem Smartphone sollten diese
    dann auch entsprechend mittig dargestellt werden. Ich hatte dafür vor zwei Tagen auch nochmal extra einen Screenshot verlinkt. Diesen Link habe ich nochmal in den privaten Bereich kopiert.

    #470614

    Hi!

    Again, it’s more or less impossible for us to give you custom CSS for the elements you are having problems with if we cannot actually see the code. You might be able to fix the text block centering by adding this CSS to it:

    margin:0 auto;
    display:table;
    

    You will have to find the class or id of the element yourself by inspecting it in your browser.

    Yes we have german speaking moderators but your english is not bad, I understand the problem but I’m also unable to help you out any further than guessing what the code on you site looks like. If you could upload it to a live server we could help you out a lot more effectively.

    Regards,
    Rikard

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