• Resolved AB

    (@alluresession)


    I updated the new theme and I made a mistake of not making a child theme. Prior to updating, I was able to tweak the sidebar to show in the bottom of screen when in responsive mode but now I couldn’t find my way to do it, must be my confused knowledge of CSS.

    Also in my website, my featured images are not floating in the centre but rather on the left.

    And last thing, is it normal for the featured images to shrink its size if it’s an older post? Thanks. 🙂

    Summer
    http://www.alluresession.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I see that the first issue is solved?

    Add this code to your custom CSS plugin or your child theme and it will center your images both on the index and on single posts:

    .entry-thumb img,
    .single-thumb img {
        display: block;
        margin: 0 auto;
    }

    The images don’t actually shrink in size for older posts, that`s the size you’ve always had them and they were set by your previous theme. You need to install this plugin and regenerate them, provided that you have uploaded big enough images in order for them to be cropped to the size used by Solon.

    Vlad

    Thread Starter AB

    (@alluresession)

    Actually I still have concerns about the first issue because I didn’t tweak the css quite well resulting to a grey color in the background in between the posts. So I’m going to download a custom css plug-in and perhaps you can send me the code to show my sidebar widget at the bottom of the page properly? Thanks Vlad!

    Besides the code that you’ve already added for the sidebar, you would need to add this too to solve your background issue:

    .widget-area::before {
        content: '';
    }

    Hello!!

    Is it possible to show sidebar and footer (A, B & C) widgets in responsive mode? I mean, on mobile devices there are no widgets…

    How can I edit this? I have made no changes on the CSS.

    Thanks in advance!

    Enrique

    I think the rules are to open your own topic and post your question.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Show sidebar widget in responsive’ is closed to new replies.