Hello,
I’m using the standard layout. When I create a page/post with some content and an link on it, I can’t click the link in the mobile view. I’ve compared with your demo. There you’re using the “pull-right” class and in the published files you’re using “side-pull-right”.
When I use edit the page with firebug and replace “side-pull-left” with “pull-left”, everything works as expected and I can click the content links in the mobile view.
Page/Post which does not work:
<div class=“row side-pull-right”>
<div id=“primary” class=“content-area col-sm-12 col-md-8 side-pull-right”>
</div>
</div>
Page/Post which works:
<div class=“row side-pull-right”>
<div id=“primary” class=“content-area col-sm-12 col-md-8 pull-right”>
</div>
</div>
Can you please check and fix it?
I’m not able to edit the “unite” key in the database to fix this on my own. Is there a trick that I can modify it?