slider height

Home Forums All Other Themes slider height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77679
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Theme: Welder Pro
    Hi team
    I’d like to change the height of the sliders to 445px
    example: https://screencast.com/t/hprlByZyA
    How can I do it?

    Thanks

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .slider-main { top:-85px !important;}

    Regards,
    Chris

    #77854
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thanks for the help
    Now that I made that change, need help to fix this:
    https://screencast.com/t/fwU3sfY2wg
    1- About Us title is overlapping the slider section
    2- Move the slider titles, description and button to be aligned to the Menu

    thanks

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .nivo-caption { width:1170px !important; left:50% !important; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); top:31% !important;}
    .slider-main { margin-bottom:-60px !important;}

    Regards,
    Chris

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