Topic Resolution: Resolved
    Roman
    Spectator
    Posts: 3147
    22.04.2016 at 10:31 #26879

    please provide the website URL, we need to check the code

    Olga
    Spectator
    Posts: 17
    22.04.2016 at 10:43 #26883

    please, here is my website http://www.advertisingpays.ru

    Denzel Chia
    Moderator
    Posts: 2656
    23.04.2016 at 09:55 #26909

    Hi,

    Is this the slider you need help with?
    http://www.advertisingpays.ru/blog/

    Please tell me what help you require.
    Change title and content font color?…

    Thank you.

    Olga
    Spectator
    Posts: 17
    24.04.2016 at 09:23 #26948

    Thank you so much, everything is okay with sliders now, I just changed the font and background colors in Parallax and Post sliders. 🙂

    But, front page content boxes don’t look correctly. In Safari, 2 boxes in one line and 1 below and the button overlap the last text line in all browsers.
    Thank you very much in advance

    Roman
    Spectator
    Posts: 3147
    24.04.2016 at 09:46 #26952

    please try to update the package manually, yesterday I uploaded an updated package with a fix…let us know if it works

    Denzel Chia
    Moderator
    Posts: 2656
    24.04.2016 at 09:48 #26954

    Hi,

    Please use the following temporary fix in your Theme Options -> Custom CSS
    Remove them after official theme update.

    /** adjust margins to fix the layout **/
    .home-content-boxes .col-md-4.content-box {
    margin:0 0.98% !important;
    }

    /** To prevent button from overlapping content **/
    .content-box p {
    min-height: 230px !important;
    }
    /**overwrite so as to allow button to center align.**/
    .cntbox_btn a{
    position:relative;
    left:0 !important;
    top:0 !important;
    }

    Thank you.

    Olga
    Spectator
    Posts: 17
    24.04.2016 at 14:08 #26962

    I made it! First time I in my life I made corrections in codes! wow… 🙂 Thank you so very much for the great and quick support! Everything with content boxes is perfect now!
    Thank you again!

    Denzel Chia
    Moderator
    Posts: 2656
    25.04.2016 at 01:46 #26982

    You are welcome.