Topic Resolution: Resolved
  • Closed
  • Olga
    Spectator
    April 22, 2016 at 9:42 am #26878

    Hello, I made Parallax Slider on the home page, but it still doesn’t show correctly, here it is http://prntscr.com/avca33

    Roman
    Spectator
    Posts: 3147
    April 22, 2016 at 10:31 am #26879

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

    Olga
    Spectator
    Posts: 17
    April 22, 2016 at 10:43 am #26883

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

    Denzel Chia
    Moderator
    Posts: 2656
    April 23, 2016 at 9:55 am #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
    April 24, 2016 at 9:23 am #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
    April 24, 2016 at 9:46 am #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
    April 24, 2016 at 9:48 am #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
    April 24, 2016 at 2:08 pm #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
    April 25, 2016 at 1:46 am #26982

    You are welcome.