Astra Theme

Get the mail from ‘WP Form’ using ‘WP Mail SMTP’

Install & activate plugin ‘WP Mail SMTP‘ in your wordpress siteClick on setting of this plugin From mailer Option:Choose Google\Gmail Now it will ask you to put ‘Client ID‘ and ‘Client Secret‘ (as below image) Open this link https://console.cloud.google.com/welcome to generate ‘Client ID’ and ‘Client Secret‘.Now login with gmail id from which you will receive […]

Get the mail from ‘WP Form’ using ‘WP Mail SMTP’ Read More »

Make Header Sticky in WordPress works on All Astra Themes

Are you using one of Astra theme? It’s header is not sticky.Do you want to make the header of your WordPress theme sticky?Below code will help you to do this.Copy below code. /Make Header Sticky – for Astra prior to 3.0/.main-header-bar {position: fixed;top: 0;width: 100%;} /Adjust Content Padding/.site-content {padding-top: 75px;} /Adjust Content Padding for Mobile/@media

Make Header Sticky in WordPress works on All Astra Themes Read More »