Dear inkthemes support, I have noticed an issue with the sidebar on the infoway theme. The issue lies specifically with the sidebar spacing on the inner pages of the site and not the home page (which displays fine). If you could take a look at my site at www.oconnorcarpentry.org, you will see that I have applied the same widgets in both the homepage and the inner pages. The spacing is fine on the home page. However, the widgets appear slightly indented on the inner pages which means they do not display correctly. Can you please advise how I can set the width of the sidebar in on the inner pages to be the same as that on the home page? Thanks in advance for your support. Pat.
Hello, The layout of front page and inner page are different, it is not possible to make all pages just like front page, but we are sending you a code use this code in your custom css, it will solve your problem Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { padding-left: 55px; }
Excellent Nitesh, Thanks for your response. I will try this to see if it resolves the issue. Best regards, Pat.