• Resolved TheJonaz

    (@thejonaz)


    Hi. I’m running Awada on a new site, and I LOVE it. It’s just one thing that bugs me, and it’s the size of an image when adding a new post. It’s way too big, I just want it to be like..100×100 or so. How can I change this? And is it possible to have the image to the side of the post, and not above?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    It’s a part of code customization.

    So please provide the page url.

    We will try to implement it.

    Thank You

    Thread Starter TheJonaz

    (@thejonaz)

    Hi.

    I currently run it in https://www.burningmouth.se! Looking forward to the upgrade. I have “some” HTML/CSS knowledge, is there any way I can do that on my own while I wait for the upgrade?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    As we told you above its a part of code customization so you need to create a “Child-Theme” first.

    After if create a “blog-content.php” file into your “Child-Theme” directory.

    Now copy & paste the code from this URL into “blog-content.php” file of your “Child-Theme” directory.

    Save the changes.

    Now put below CSS rules into Custom CSS Editor:

    .content_entry img {
        margin: 0px 12px 0px 0px;
    }
    .blog-carousel .content_entry {
        float: left;
    }
    .post .blog-desc .blog-meta {
        margin: -10px 0px 10px 0px;
    }
    .post .blog-desc h3 {
        margin-top: 0px;
    }

    Save the changes.

    Hope it will work for you.

    Thank You

    Thread Starter TheJonaz

    (@thejonaz)

    Thank you! Can I expect an update on the original theme with these changes soon, or you still working on other stuff? ??

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    We can’t change the theme appearance for the single user.

    You can perform above changes using “Child-Theme”.

    If you have any query please let us know.

    Thank You

    Thread Starter TheJonaz

    (@thejonaz)

    Ah, ok. I got the impression that you were gonna add a function to Settings that allowed us to change the size. My bad ??

    Thread Starter TheJonaz

    (@thejonaz)

    Hi, me again. I want to make the image EVEN smaller, but can’t seem to find where to change the size. Any chance you can help me? ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Scaling down image on new posts’ is closed to new replies.