• Closed
  • PP
    Spectator
    March 19, 2016 at 4:28 pm #25656

    Hi. My website is very slow, can you help me with this please?

    PP
    Spectator
    Posts: 31
    March 21, 2016 at 9:35 pm #25780

    I think my previous private reply is again marked as a spam..

    Denzel Chia
    Moderator
    Posts: 2672
    March 22, 2016 at 12:24 am #25798

    Hi,

    1 – is possible (in opened portfolio) reduce the gap under preview? And also remove the thin line under it?

    Sorry, I do not know what you mean by preview.
    Please provide screenshot to explain the location.

    2 – is possible change (slow down) the speed of gray graphs

    Sorry, there is no option to set speed.

    3 – is possible (in home page) use a white text in yellow counter box like a link?

    Sorry, there is no option to do this.

    Your question 2 and 3 requires modifications to the theme code.
    We do not provide assistance in modifying theme codes.
    We can only provide customization that can be done using custom css.

    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization of questions 2 and 3.

    Thank you

    PP
    Spectator
    Posts: 31
    March 22, 2016 at 12:48 am #25803

    Hi, I sended you email to [email protected]
    The gap.

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2672
    March 22, 2016 at 12:54 am #25805

    Sorry, I only have access to this forum.
    You can use this service http://prnt.sc/ to post a screenshot and share the URL.

    Thank you.

    PP
    Spectator
    Posts: 31
    March 22, 2016 at 10:19 am #25806

    Hi, please if you click on url above (Private reply 321) and after on first article in portfolio (Drive…),

    1 – there is on top blue picture with a car. My question please is, how reduce (remove) the gap between lower part the picture and the thin line. And also how remowe the thin white line.
    2 – there is also sidebar and yellow items on top. My question please is, how reduce (remove) the gap above this yelow item.

    Thank you a have a nice day!

    PP
    Spectator
    Posts: 31
    March 22, 2016 at 3:09 pm #25779
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2672
    March 23, 2016 at 12:44 am #25820

    Hi,

    Please use the following.

    .project-content .title-sep {
    display: none !important;
    }
    .project-content {
    position: relative;
    top: -70px !important;
    }
    .single-alora_portfolio #sidebar {
    position: relative;
    top: -16px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    March 24, 2016 at 9:27 am #25819

    Hi,

    For this page.
    http://321startcasino.com/portfolio-items/drive-multiplier-mayhem-casino-automat-zdarma/

    Use the following in Theme Options-> Custom CSS

    .project-content {
    position: relative;
    top: -50px !important;
    }
    .project-content .title-sep {
    display: none !important;
    }

    The following is to move up your sidebar in your portfolio.

    .single-alora_portfolio #sidebar {
    position: relative;
    top: -16px;
    }

    Thank you