Picture size problem

Posted in: Newspaper
Post count: 93

Hi, I am using Flex box 5 to display an image on the home page. PRoblem is that when I’m logged into the backend the picture size is ok but when logged out the picture is too small. How can I fix the size not to change.

See the link for the problem screen shots

https://paste.pics/669ca89b7791bb2d8881b9b1fcf552bc

Post count: 21065

Hello!

First of all, please make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.

Let me know the results!

Thank you!

Post count: 93

I have deactivated all plgins except tagdiv but no change

Post count: 35449

Hello erickimani,
I see that it is acting like the column size is changing. If the problem appears only when you are not logged in, then it can be from some cache, maybe you have some cache on the server.
Also, if you want we can take a closer look, for this please contact us via email at contact@tagdiv.com and please provide temporary w-admin access and include the link of this topic. We’ll check it as soon as possible and we’ll fix the problem.
Thank you!

Post count: 93

Hi,

I partially solved the problem by using the latest post widget instead of a flex block.

Problem is now that I’d like to increase the font size of the widget list of latest posts

Please assist

Post count: 35449

Hi,
You can try this custom css:
.widget_recent_entries a{
font-size: 16px;
}

You can set the code into theme panel > custom code> custom css.
Thank you!

Post count: 93

Thanks it worked! I even made it bold

.widget_recent_entries a{
font-size: 16px; font-weight: bold;
}

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.