adam.coppin
Forum Replies Created
-
@danieliser – thanks for the extremely rapid response!
Bit late for me tonight, so I may try this again tomorrow…
I have had to roll back to 1.3.9 too.. thanks to @chadwickjs for the pointer for resetting the targetting and theme… I ended up having to reset my theme background too, but that fixed everything…
I am getting:
Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXX/public_html/wp-content/plugins/popup-maker/includes/integrations/class-popmake-woocommerce-integration.php:1) in /home/smocpt/public_html/wp-includes/pluggable.php on line 1171
Forum: Themes and Templates
In reply to: [Terrifico] Tagline section missing in responsive designI’ve found the following fix works for me:
Edit the styles.css file in the theme editor and add this line:
#content-holder1 .reading-box { width: 93%; }I added it in the “@media screen and (max-width: 768px)” section as that was where the information was disappearing. Seems that without an explicit width set, the layout assumes a width of 0 for the reading-box div
Hope this helps!