StyledThemes

Blog Layout

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #17359
    Diana Cobb
    Participant

    Having some trouble with the position of my widget on my posts. I have my Blog Page Layout set as “Blog Boxed Right Sidebar”. My widgets appear correctly on the right side of the page when I am on my Blog page: http://premiereroux.com/dogue-de-bordeaux-blog/.

    However, when I click on a post, the sidebar is at the bottom below my article. For example: http://premiereroux.com/safe-toys-dogue-de-bordeaux/. It used to show on the right side correctly, but I recently noticed it moved to the bottom. How can I correct this please?

    Thanks!

    #22894
    Binaya D
    Participant

    Hi Diana,

    Please use the following css to fix your issue:

    .single .col-md-8 {
        width: 66%;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css

    Thanks

    #22959
    Diana Cobb
    Participant

    Thank you for the reply. I copied and pasted this css to my child theme’s style sheet, but still having the issue with my sidebar widget being at the bottom of the content instead of on the right side of the page…

    #22960
    Binaya D
    Participant

    Hi Diana,

    Then please use the code like this:

    .single .col-md-8 {
        width: 66% !important;
    }

    We hope this will be helpful to you, if not then please send us your WP-login details via mail. So , that it will be easy to both of us to find the solution asap.

    Thanks

    #22990
    Diana Cobb
    Participant

    Unfortunately, that did not work either. What email address should I send my WP-login credentials to please?

    #22991
    Binaya D
    Participant

    Hi There,

    Please use this this email address: [email protected]

    Thanks

    #22995
    Binaya D
    Participant

    Hi Diana,

    We have fixed your issue, so please check once.

    Thanks

    #23136
    Richard Gregson
    Participant

    I am having the same problem with individual blog layouts (the main blog page is fine) … for example, please see http://sparroworks.ca/wildlifing/technoparc-birding/ and compare the layout of that (widgets at bottom) with main blog page (widgets in right sidebar as they should be.

    Thanks

    #23137
    Binaya D
    Participant

    Hi Richard,

    Have you try above code? to fix your issue, if not then please use the above css to fix your issue. If this is not helpful to you then please let us know.

    Thanks

    #23138
    Richard Gregson
    Participant

    That worked – thanks

    #17360
    Binaya D
    Participant

    Hi Richard,

    You are welcome! 🙂 feel free to contact us whenever you need help.

    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.