My website is www.lionhousehandbags.co.uk and I have trouble getting my blog page to look the way I want it, the images are to small, pixalated and not centerered. Please help... ps I know nothing about coding! I have searched the forums and tried many things myself to no avail... Thanks
Hello Sophiejane, We have visited your website, the problem is occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem.
Hi there, I have just deactivated each one in turn and none seem to be the problem.... any more suggestions?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content_wrap .content .post .post_content img.postimg { width: 153px!important; height: 114px!important; } This will solve your issue.
Hi There, Sorry its taken me so long to reply but I am very grateful for your help! Now... I would like to make the images a lot bigger and my other problem is for some reason when you click on 'shop' it does not take you straight to the shop but to another page which you then have to click on products to actually take you there which is annoying and confusing... i would like it to just go straight to the products page. Any suggestions for both my problems? Thanks very much
Hello, Go to the Appearance > menus and create custom menu then provide link "http://www.lionhousehandbags.co.uk/store/products/" to the "shop" menu tab. So that it will redirect you to the correct page.
Thank you so much, problem solved! How do I now get my blog images to be much larger, you can only see the big images and the whole content when you click on read more, I want it so the whole content and images are on the main blog page. Thanks very much, Sophie
Hello Sophie, For this go to the Appearance > Editor > blog.php And replace code shown in the image with the code given below. Code: <?php the_content(); ?> Check image for reference.