Thanks again!
Is it possible to move the content on the blog & portfolio pages underneath the feature images for mobile display? I’m also having trouble on the Events page I constructed in cornerstone with hyperlinks extending outside of the frame on mobile view
Hi again,
Further customization from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.
To fix the hyperlink issue, add the following code in your Customizer:
p, p * {
word-break: break-all !important;
}
Thanks for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.