Is there any way to make the Right Column area larger on the homepage and reduce the width of the blog post area? If not, can i just remove both and just have one section to insert an iframe code?
actually, I think I would like to remove the blog portion from the first page and have a space available for the search form instead. please advise.
Hello, We have use following width code in that section, you can adjust width according to your need. You can reduce left box width by reducing width in following code then paste this code in Custom CSS. Code: .bottom-feature .bottom-feature-left { width: 585px; } You can increase width of right box by increasing width in following code then paste this code in Custom CSS. Code: .bottom-feature .bottom-feature-right { width: 333px; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom-feature .bottom-feature-left { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
The iframe code I am attempting to insert into the right frame seems to continued to be cut off. regardless of the codes provided above.
Hello, Could you please share us your website link so that we can check your issue. Thanks & Regards Yogesh Bhade