Home Page Slider Size Change

Home Forums Construction Pro/Build Forum Home Page Slider Size Change

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67648
    FeridunFeridun
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: March 31, 2017

    Hello, i am using Construction Pro theme, i wanto to decrease size of homepage slider,
    I added below code in CSS so i decreased the height of slider images but i could not change the allignment.
    I want to see slider in the center?
    Could you pls help me asap.
    Thanks

    Website: www.aswagroup.com

    .slider-main{
    align: ‘center’
    position : relative;
    width : 60%;
    height :80%;
    }

    #67650
    FeridunFeridun
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: March 31, 2017

    I changed code as below so i managed to align slider in the center, but my other issue is : How can i align text to top ?

    .slider-main{
    align: ‘center’
    position : relative;
    width : 60%;
    height :80%;
    }
    .slider-main{margin:0 auto; display:table;}

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

    Hi Feridun,

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

    Add this code there:

    .nivo-caption{top:30% !important;}

    Regards,
    Dave

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