-
AuthorPosts
-
April 15, 2015 at 2:17 pm #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,
DanielaApril 16, 2015 at 7:12 am #429359Hey Daniela!
Please try the following in Quick CSS under Enfold–>General Styling:
.postid-492 .avia-caption { bottom: -10px; left: -21px; }
Cheers!
RikardApril 16, 2015 at 11:32 am #429522Dear 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
April 17, 2015 at 5:17 am #430077Hi!
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,
RikardApril 17, 2015 at 12:04 pm #430258This reply has been marked as private.April 17, 2015 at 4:39 pm #430389Hi!
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!
YigitApril 17, 2015 at 4:47 pm #430402Hi,
sorry, i tried it on my own but it doesn´t work. Please try it again know with the URL from above.
Thanks!
April 17, 2015 at 4:50 pm #430407Hi!
I am sorry but i still cannot see any difference on your page. Could you please post a screenshot?
Cheers!
YigitApril 17, 2015 at 5:08 pm #430430This reply has been marked as private.April 20, 2015 at 3:00 am #431024Hi!
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!
IsmaelApril 20, 2015 at 9:42 am #431171This reply has been marked as private.April 21, 2015 at 1:58 pm #431975Hi!
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ß,
AndyApril 21, 2015 at 3:12 pm #432045Hallo 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
April 22, 2015 at 9:21 am #432642Hi!
Replace the code with this:
.postid-491 .avia-caption { right: 0; position: absolute; width: auto; left: auto; bottom: -10px; }
Best regards,
IsmaelApril 22, 2015 at 10:30 am #432672Hey Ismael,
thanks a lot. That works.
Cheers,
Daniela -
AuthorPosts
- The topic ‘Change Position of the avia content title (easy slider)’ is closed to new replies.