Persisting issue with sidebar spacing on Infoway theme

Discussion in 'Infoway WordPress Theme' started by pattersp1977, Oct 4, 2013.

  1. pattersp1977

    pattersp1977 Member

    Joined:
    Sep 2, 2013
    Messages:
    41
    Likes Received:
    0
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page