White Space under slidder

Home Forums All Other Themes White Space under slidder

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #28826
    MarkMark
    Member
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: March 22, 2016

    Hi there,

    I have the SKT White theme, and have created the sliders for the main page, but there is a huge white space under the slider. How do I reduce this?

    Also, when I resize the browser window, my slider resizes correctly, but the text and buttons dont, and get chopped off. Is there a way to fix this too?

    thanks

    Mark

    #28834
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Mark,

    Kindly show us your website URL.

    Regards,
    Dave

    #28991
    MarkMark
    Member
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: March 22, 2016

    Hi Dave,

    site is http://test.smikar.com

    Thanks again

    Mark

    #29001
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Mark, Your website images appears broken. Kindly check and confirm.

    Regards,
    Dave

    #33857
    MarkMark
    Member
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: March 22, 2016

    Hi Dave,

    Sorry for the late reply. Site is up now, is there anything you can recommend to remove the space under the slider image?

    Also, when resizing the browser (ie making it smaller) the text in the slider cant be read as there isnt enough room.

    Thanks

    Mark

    #33959
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Mark,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .slider-main{height:auto !important; min-height:285px !important;}

    My suggestion on this to make slider images height little bit larger so that slider description doesn’t cut.

    Regards,
    Dave

    #36563
    MarkMark
    Member
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: March 22, 2016

    Thanks Dave,

    That worked perfectly. Ill play with the image sizes further.

    One other thing, how do I change the drop down menu colour from the light gray to black?

    thanks again

    Mark

    #36580
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Mark,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .header .header-inner .nav ul li:hover > ul{background:#000000 !important;}

    Regards,
    Dave

    #36582
    MarkMark
    Member
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: March 22, 2016

    HI Dave,

    doesnt seem to work. I have the following in the custom css box

    .slider-main{height:auto !important; min-height:285px !important;}
    .header .header-inner .nav ul li:hover > ul{background:#000000 !important;}

    Is there something that I am missing?

    thanks again

    Mark

    #36586
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Mark,

    Try this hope it works:

    .nav ul li ul{background:#000000 !important;}

    Remove this code .header .header-inner .nav ul li:hover > ul{background:#000000 !important;} from custom css box.

    Regards,
    Dave

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.