Smaller screens responsive Issue

Hello everyone am stuck with reject Padding is excessive on smaller screens, and has a negative impact on readability: https://envato.d.pr/Fb9U6o https://envato.d.pr/r8WlOF
demo link: http://themelazer.info/theme/fortun/demo/find-your-own-destiny-story-with-nature-on-holiday/

i try to check responsive with google chrome with many device but still can’t find it. Can anyone help me with this?

Ask Envato Authors Help and Support for clarifications on this. I checked your link and can’t seem to find the issue shown in the screenshot either. Cheers! :slight_smile:

1 Like

I didn’t find padding issues but one thing seems to me odd. you have write this css:

.bt-content-area .single_header_wrapper h1 {
    word-wrap: break-word;
}

which is making the word breaking at any where and impacting on readability of the blog post. I think you should avoide word-wrap: break-word;

for testing I have replaced your blog title as like this (ourfavoriteblogpost):

Here’s what’s new in your ourfavoriteblogpost stores and online

1 Like

@Enabled Thanks you i will try ask Envato Support

1 Like

@mgscoder Thanks for your comment, i have try resubmit 2 time but still get reject by reviewer on padding issue on smaller screen. maybe i should try ask support about this issue.

1 Like

I guess the reviewers are never installing the ‘required’ plugins when reviewing WP theme. So my advise is try to install the theme in your localhost/test server (without activating any plugins), and import the WP test data. Maybe you can find the issue. Good luck! :slight_smile:

@WIP-Themes i alway do that too, but still can’t find issue padding on responsive smaller screen.

Do you have a sample post without featured image in your demo? From the reviewer screenshot seems the issue happen on single post without featured image

Ok now i have found the issue with responsive padding, thanks everyone.