When I look at my blog on an iPhone, it looks like there’s something wrong with the theme. There’s no sidebar, but the content leaves a white space on the right side where the sidebar should be. This occurs in both portrait and landscape views on my iPhone.
Is the sidebar supposed to display? If not, how can I get the content to fill the page?
Hi kirkmc!
It is not supposed to display sidebar. Please add following code to Quick CSS in Enfold theme options
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0; } }
Best regards,
Yigit
That doesn’t make any difference.
Hey!
Please add !important to the same code so it should be like
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0!important; } }
Then flush your browsers cache and refresh your page a few times.
Regards,
Yigit
Still no change.