Hi, I am wanting to right justify an image next to the article heading and text.
There's seems to be a template over-ride that no matter how you setup the image, it always appears above the article text.
In the demo site, there is a setting in Page Class 'view-about' in the menu setup but that doesn't effectively.
Can you suggest an over-ride so I can right justify and image next to the article text?
Thanks,
JR

    jross
    Hi
    Open this override file : templates/ja_kidscorner/local/css/themes/number3/template.css
    Find this code

    .item-page img {
        width: 100%;
        border-radius: 18px;
    }

    remove width:100%;
    it will fix the issue.

    Thank you very much.
    That worked.
    Cheers,
    JR

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.