austin0852
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Center Product Shortcode on MobileThat fixed it! Thank you so much!
- This reply was modified 4 years, 8 months ago by austin0852.
- This reply was modified 4 years, 8 months ago by austin0852.
Forum: Fixing WordPress
In reply to: Center Product Shortcode on MobileThank you for responding! I tried adding that CSS code and it didn’t center the products on mobile. See code below:
@media (max-width: 575.98px) .products.columns-2 { justify-content: center; } // Small devices (landscape phones, less than 768px) @media (max-width: 767.98px) .products.columns-2 { justify-content: center; }Is there something else I need to do or have I done something wrong? I’m testing on an iPhone 11.
- This reply was modified 4 years, 8 months ago by austin0852.
@gvectors-team Thanks so much for your response!
I was able to fix the issue by editing my header.php file and replacing the ledcultivation.com links with luminaire-lighting.com links.
Forum: Fixing WordPress
In reply to: WpForo menu linking to old website after importing it to a new one@sterndata I’ve deleted the WpForo plugin and the WpForo navigation menu and the links in the image remain there and the issue also still exists. I posted a thread at the WpForo link before trying to delete it but this doesn’t seem to be a WpForo issue after all.
Edit:
I’ve figured it out. I just had to edit the two links in my header.php file 🙂- This reply was modified 5 years ago by austin0852.
Forum: Fixing WordPress
In reply to: WpForo menu linking to old website after importing it to a new one@sterndata I was certain this would work but it did not… 2 links were replaced for http://www.ledcultivation.com/ and 0 links were replaced for https://www.ledcultivation.com/ but the issue remains the same.
Can you think of any other solution that might work?