I use this in custom CSS to change home page slider width and height, however it does not produce any changes #featured .ui-tabs-panel img { width: 900px; height: 330px; } Please advise.....
Hi, Try putting the below code: Please paste the code in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div#slides{ width: 900px; height: 330px; margin-left: 135px; } div#slide-box { height: 330px; } .slide-img{ width: 900px; height: 330px; } .slides_container.col-full.slide-fix { height: 330px; } .slider-container { height: 400px; } Regards, Sameer