Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there A.R.,

    Hope you’re well today!

    The problem is actually in the width of the content area rather then the sidebar. In shop page your template is using 9 columns (span9) which has 74% width and in others 8 columns (span8) which has 65% which makes your sidebar not in the same place on different pages, see screenshot http://screencast.com/t/i9aKW0ADR.

    This can be fixed with some custom CSS, please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    @media (min-width: 1200px){
    .row-fluid .span8 {
      width: 74.35897435897436% !important;
    }
    }

    This is not the best way to fix this issue, ideally you’d want to change the templates within your theme rather then fixing this with CSS.

    Please let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter zaaz89

    (@zaaz89)

    Hi, thank you but it is not working :/

    Hi

    IF possible indicate by snapshot .

    Thanks.

    Hey again,

    I’ve checked your site and I can’t see the code added there, where are you adding CSS? Did you remove it? If yes can you add it again and let me know so I can take a look?

    Alternatively do you have any caching plugins? If yes can you disable them while adding CSS.

    Best regards,
    Bojan

    Thread Starter zaaz89

    (@zaaz89)

    Hi, I added the code back on now and this is the screen-shoot here:

    And no, I don’t have caching plugins installed :/

    Thank you

    Hey again zaaz89,

    I’ve checked the blog page on your site again and the code is being properly applied http://screencast.com/t/uD5p8EMltHG. Sidebar is in the same place as in your “trgovina” page.

    So it was most likely just a caching issue or you didn’t paste the code properly the first time.

    Best regards,
    Bojan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar at product-page’ is closed to new replies.