Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #925524
Small glitches
Closed

Comments

  •  2
    mjephcott started the conversation

    Hi there

    I've almost completed the site I've created using Scalia. I just have a couple of small glitches I was hoping you could help me resolve...

    1. The nivoslider animation on the homepage isn't properly visible on the mobile. It seems to get shallower in height the smaller the screen so that it hardly appears at all on the small screen.

    2. The newsletter signup form in the footer - the sign up button is slightly obscured by the 'enter your email' box. How can I space these out better? Is it possible to change the colour of the entry field?

    thanks for your help

    Mary

  •  6,933
    Oliver replied

    HI!

    1. You can use next css, or use layer slider included in the theme, it have much more settings for responsive mode:

    .sc-nivoslider-title{
    font-size: 3.5vw !important;
    line-height: 1.4 !important;
    }
    .sc-nivoslider-description {
    font-size: 2.5vw !important;
    line-height: 1.3 !important;
    }

     


    2. Pls. use next css:

    #colophon .sc-custom-mailchimp input[type="email"] {
        border: none;
        background-color: #222;
        color: #000 !important;
    }
    #colophon .sc-custom-mailchimp button {
        padding: 10px 35px;
        background-color: #123 !important;
        border-color: #123 !important;
        color: #fff !important;
    }
    #colophon .sc-custom-mailchimp button:hover {
        background-color: #ccc !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver