Sadik Multani
Forum Replies Created
-
The main menu has the box-shadow effect on scroll. You check the theme options and remove the shadow effect from the menu or you can add the below CSS code to remove the box shadow.
body #main-header.et-fixed-header{box-shadow:none!important;}
After that, if it’s not fixed then the best option is to ask in the theme support as you are using the Divi theme.
Thanks
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Footer height: widget paddingHi @hkagey
Please check below CSS Code.
.site-footer .site-info{display:none;} .site-footer .widget{padding:0;} .site-footer .widget .wp-block-columns{margin:0;} .site-footer .widget .wp-block-button .wp-block-button__link{margin:10px 0;} .site-footer .widget-area{padding:0;}
It will look like the below screenshot.
Is it something that you want?
Thanks
Glad to hear that.
We are available for any help you need.
If you are using the latest block-based theme then you can able to export the templates from the top-right dropdown options ( https://prnt.sc/26rsisj ) of the page. once you export the templates then you can easily add them to your child theme.
Here is the detailed steps link for use templates by export:
https://developer.www.ads-software.com/block-editor/how-to-guides/themes/create-block-theme/#exportingThanks
Forum: Fixing WordPress
In reply to: Change Masonry Gallery Image SizeOn your page images are looks small because of the max-height CSS on Images. Which are coming from the plugin.
I think you’ve to check the plugin options for the gallery size adjustments or ask in their plugin support for better help:
https://www.ads-software.com/support/plugin/coblocks/Thanks