Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #428923

    Hey,

    i would like to change the position of the title in the easy slider. I found out, how to change the font size an how to hide the background

    
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
    .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
    {
    background: none !important;
    }
    
    .avia-caption-content p {
    font-size: 13px !important;
    }

    The title should be directly in the left or in the right corner. What do i have to do?

    Thanks for helping,
    Daniela

    #429359

    Hey Daniela!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .postid-492 .avia-caption {
      bottom: -10px;
      left: -21px;
    }

    Cheers!
    Rikard

    #429522

    Dear Rikard,

    thank you very much, it works :-)

    I deleted the first part so that all title are placed now in the left corner. It works also :-)
    For one referenz i need to place the title in the right corner. Could you please give me a solution for that.

    I really love your theme and your work!

    Cheers, Daniela

    #430077

    Hi!

    Do you mean that you want it aligned right on one slide only or on a page? If you mean page, please link to the page in question.

    Best regards,
    Rikard

    #430258
    This reply has been marked as private.
    #430389

    Hi!

    I cannot see caption title on the slider you posted. Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page? :)

    Cheers!
    Yigit

    #430402

    Hi,

    sorry, i tried it on my own but it doesn´t work. Please try it again know with the URL from above.

    Thanks!

    #430407

    Hi!

    I am sorry but i still cannot see any difference on your page. Could you please post a screenshot?

    Cheers!
    Yigit

    #430430
    This reply has been marked as private.
    #431024

    Hi!

    I’m sorry but I don’t see any title in the left corner of page. Can you please provide another screenshot pointing to the actual title?

    Cheers!
    Ismael

    #431171
    This reply has been marked as private.
    #431975

    Hi!

    versuche es bitte mit diesem Code:

    .postid-491 .avia-caption {
    left: 372px;
    }
    

    Die page-id bzw. post-id kannst du so herausfinden: https://en.support.wordpress.com/pages/#how-to-find-the-page-id

    Gruß,
    Andy

    #432045

    Hallo Andy,

    vielen Dank für den Code. Mit den Pixeln ist der Titel leider nicht genauso schön positioniert, wie bei der Positionierung links.
    leider sieht man dann auch den Titel nicht mehr im Response Mode (z.B. auf einem iphone).
    ich dachte, es gäbe eine Lösung, den Titel von rechts zu positionieren!?
    Falls es nicht geht, lasse ich es eben so.
    Vielen Dank trotzdem.

    VG, Daniela

    #432642

    Hi!

    Replace the code with this:

    .postid-491 .avia-caption {
      right: 0;
      position: absolute;
      width: auto;
      left: auto;
      bottom: -10px;
    }

    Best regards,
    Ismael

    #432672

    Hey Ismael,

    thanks a lot. That works.

    Cheers,
    Daniela

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Change Position of the avia content title (easy slider)’ is closed to new replies.