Roman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scroll problems in WordPressHello. Please send me a link to your site.
Forum: Fixing WordPress
In reply to: SVG image is blankOr you can use a plugin
https://wordpress.org/plugins/svg-support/Forum: Developing with WordPress
In reply to: an we shift shopify site to wordpress (Woocommerce)?Please write why you decided to move the site, I think many will be interested to know.
Forum: Fixing WordPress
In reply to: Setting Site Width with BlocksYou have a repeating container “wp-block-columns” on your site that wraps blocks. You can add CSS code to the footer.php or to the style.css and the content will be centered.
.wp-block-columns { justify-content: center;}
For the header, you need to enter the width manually, if it is not possible through the admin panel. But you need to test it carefully and well.
Forum: Fixing WordPress
In reply to: Setting Site Width with BlocksAre you editing CSS in the admin panel or in the site code?
- This reply was modified 1 year, 10 months ago by Roman.
Forum: Fixing WordPress
In reply to: Double Header Issue on PageloadShow me how the header was added to the site, please.
Forum: Fixing WordPress
In reply to: Top Navigation Suddenly missing from siteYou’re welcome, contact me if you have any questions.
Forum: Fixing WordPress
In reply to: Top Navigation Suddenly missing from siteYes
Forum: Fixing WordPress
In reply to: Top Navigation Suddenly missing from siteShow me this page, please.
Forum: Fixing WordPress
In reply to: Top Navigation Suddenly missing from siteAre you using Elementor Pro?
Forum: Fixing WordPress
In reply to: Setting Site Width with BlocksHello. Show your website please. It’s hard to understand what’s going on without being able to see the website.
Forum: Fixing WordPress
In reply to: Top Navigation Suddenly missing from siteHello. Is the problem solved?
- This reply was modified 1 year, 10 months ago by Roman.
Forum: Fixing WordPress
In reply to: Double Header Issue on PageloadIs your header created with Elementor? Are you using Elementor pro?
Forum: Fixing WordPress
In reply to: Double Header Issue on PageloadHi.
This happens because you have 2 headers in your code. One for mobile and one for desktop devices.
- This reply was modified 1 year, 10 months ago by Roman.