Hey All,
So we were having a problem where our posts were falling off after 50 posts. We opened a ticket with the theme developer, and he advised us that we should use a different template. We moved to the Blog Masonry page, and that (awesomely) fixes that problem. However – the logo at the top of the page is being presented HUGE and I can’t figure out how to fix it. Have tried reducing the size of the logo image, but that doesn’t help. Have also found other posts about this, and they give additional CSS that doesn’t seem to help either!
Here’s the test front page I am trying to fix: [https://www.staticandblur.com/8-11-homepage/])
Can anyone help? THANK YOU!!!
[ad_2]
Try adding `background-size` to the inline styles that control the logo:
<div id=”bg_regular” style=”background-image:url(https://www.staticandblur.com/wp-content/uploads/2023/08/SB-Logo-Texst.png); background-size: 200px 100px;”></div>
<div id=”bg_blurred” style=”background-image:url(https://www.staticandblur.com/wp-admin/admin-ajax.php?action=photography_blurred&src=https://www.staticandblur.com/wp-content/uploads/2023/08/SB-Logo-Texst.png); background-size: 200px 100px;”></div>