Support Forum
My best guess would be that an update to your WP theme - or perhaps a new component - has added some CSS rules to the website that are the cause of this.
Bit it also looks to me like you are using the old 'Default' theme which is not really mobile friendly or responsive to different sizes of device screens. IF your WordPress theme is 'responsive' then we would very much recommend that you use one of our responsive/mobile ready themes such as 'Reboot' (which we are using here) or 'Unified' or our free to use 'BareBones'. You can use one of these ONLY for mobile if you wish leaving your desktop as it is now.
YELLOW
SWORDFISH
|
A note following on from the other thread. You do seem to be using a child theme so that is where any special/custom code should go.
This also means that I do not know what custom changes have been made and, of course, if you moved to a different theme they would get lost. But - the theme you are using is NOT a good mobile theme. Compare it, for example, to the one we are using on this site (Reboot).
YELLOW
SWORDFISH
|
Thank you. I found this code one of my developers had previously added to fix the "pushed down" issue:
modified: https://myfishingcapecod.com/wp-admin/options-general.php?page=header-and-footer-scripts%2Fshfs.php
added:
@media(max-width: 600px){
article.post_box .spUserSection.spLeft{
width: 23% !important;
}
article.post_box .spPostSection.spRight{
width: 74% !important;
}
}
Can we add this code somewhere in the child theme framework so it is preserved during the next plugin update?
1 Guest(s)