Hi there Is it possible to reduce the width size of the Home Page Bottom Feature section? I have added a video in and would like to to increase the size of the Widget area so that it is more visible. Many thanks
Hello, Go to front-page.php present in your theme directory and follow the instruction as shown in image given below Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .stMain { width: 100%!important; } This will solve your issue.