-
AuthorPosts
-
April 6, 2018 at 9:30 am #938130
Hi, esteemed Kriesi.at-Team.
I´d like to know how to move the ajax portfolio preview controls and text to the upper border (for viewing at bigger screens and unchanged for viewing at smartphones).
Please see the link below.Thx in advance.
Best regards, FKM
April 6, 2018 at 10:42 am #938178Hey FKMZ2,
Can you give us a link to the page in the screenshot? so we can take a closer look and try to give you some css code that should help.
Best regards,
NikkoApril 6, 2018 at 11:43 am #938219Hi, Nikko.
Of course (my failure, please excuse).
Best regards, FKM
April 6, 2018 at 1:34 pm #938254Hi,
No worries, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .portfolio_preview_container .ajax_controlls.iconfont { right: auto; left: 68%; } #top .portfolio_preview_container .ajax_controlls.iconfont a { font-size: 24px; }
Hope it helps :)
Best regards,
NikkoApril 9, 2018 at 12:20 pm #939121Hi, Nikko.
Thank you so much for your reply.
With this css code the ajax controlls move to the left border – so we´re on the right way, just the wrong direction :)
I´d like to move it to the upper border (please see the link attached).
And would also like to leave it as it is for mobile devices (smartphones).Thx in advance.
Best regards, FKM
April 10, 2018 at 7:15 am #939619Hi FKM,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) { #top .portfolio_preview_container .ajax_controlls.iconfont { top: -17px; } #top .portfolio_preview_container .portfolio-preview-content { padding: 20px 30px 30px 30px; } }
If you need further assistance please let us know.
Best regards,
VictoriaApril 10, 2018 at 9:24 am #939723Hi, Victoria.
That´s exactly what I was looking for.
Done.Thank you so much.
Best regards, FKM
April 11, 2018 at 12:15 am #940090Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
BasilisApril 11, 2018 at 12:15 am #940093Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.