wrong width default gallery

Posted in: Newspaper
Post count: 21

Hi!

I started migration for new website. I notice that width of already created gallery is wrong (is not full width).
Please check the attachment: https://ibb.co/iVdUBT

It depends on internal settings?

Thanks in advance

Post count: 20688

Hi,

That seems like a plugin you are using for the gallery. I just tested the default WordPress gallery and theme provided gallery and they (when there is no sidebar)
https://www.screencast.com/t/c2hYkHcDjmS4
https://www.screencast.com/t/vVvaqkFvOfYF
Both occupy the full post width when no sidebar is used. If you use a plugin, maybe check it’s settings.

Thanks

Post count: 21

Thanks for your answer! You are right. I already fixed issue:
code:
if ( ! isset( $content_width ) ) {
$content_width = 1950;
}

must be add to function.php file

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