Search Box, Contact Form, Slider and Page Photos

Home Forums All Other Themes Search Box, Contact Form, Slider and Page Photos

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #124570
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this css

    #searchform input[type="text"] {
        width: 100% !important;
        box-sizing: border-box;
        padding: 13px !important;
        border-radius: 4px;
        max-height: inherit !important;
        color: #d9d9d9 !important;
    }
    
    #searchsubmit {
        padding: 13px 10px;
        border: none;
        margin-left: -5px;
        right: 0;
        top: 0;
        min-height: 34px;
        border-radius: 0 4px 4px 0;
    }
    
    .newsletter-form { margin-bottom:40px;}

    Regards,
    Chris

    #124609
    Muhammed DalyanMuhammed Dalyan
    Participant
    • Topics: 1
    • Replies: 8
    • Total: 9
    Member since: May 23, 2019

    Hi Chris,

    It worked thank you. I just have to make some color adjustment on the code but it is OK, I guess I can handle it.

    So now I have only one problem left. Can I have more slides ? I need 14 Slides. Can we solve it with an additional code or CSS ? I will be glad.

    Regards,
    Muhammed Dalyan

    #124640
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    As per our research on websites we have seen no more than 5 slides is seen by customers. Even 10 is a lot.

    Adding 14 slides will not only slow down the homepage with so many slider images but also the later ones might be ignored.

    Regards,
    Shri

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.