Dear inkthems Team, I am having a continuing issue wity the sidebar spacing on the Infoway theme. My issue is that by replacing the widgets on the sidebar, there is an inconsistent experience on both the home page and inner pages. As I see it, the only way to achieve consistency is to include the preformatted Lead Capture widget on both the homepage and inner pages. Is there ant whay to even out the spacing to ensure the all widgets appear properly on the home page and inner pages. At present what is pitched as a responsive design appears quite differently on ipad potrait compared with iphone. Best regards, Pat.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { padding-left: 21px; } .content-bar .post{ width:100%; } .content-bar.sample{ width:100%; } Adjusts value as per your requirements.