Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #938178

    Hey 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,
    Nikko

    #938219

    Hi, Nikko.

    Of course (my failure, please excuse).

    Best regards, FKM

    #938254

    Hi,

    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,
    Nikko

    #939121

    Hi, 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

    #939619

    Hi 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,
    Victoria

    #939723

    Hi, Victoria.

    That´s exactly what I was looking for.
    Done.

    Thank you so much.

    Best regards, FKM

    #940090

    Hi,

    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

    #940093

    Hi,

    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

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