blakshmi
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Pop up displayed after opening the linkWe purchased a PRO version and using the same for the website
Forum: Plugins
In reply to: [Exit Notifier] Pop up displayed after opening the linkThank you very much for your quick assistance!
Forum: Plugins
In reply to: [Exit Notifier] Pop up displayed after opening the linkThank you for your reply. No i do not use Monster insights Plugin. However, i noticed that when i disable the ithemes security PRO plugin, the pop-up works just fine. But i cannot deactivate the security plugin due to, well, security reasons. Is there a way i can have both plugins to work properly?
Forum: Themes and Templates
In reply to: [The WP] Theme not responsive in mobile & tabletTry adding this to the Additional CSS section under Appearance –> Customize –> Additional Css
@media screen and (max-width:768px){
header.site-header {
background-image: none;
}
}This should remove the header image from your website only on the mobile version.
Forum: Themes and Templates
In reply to: [The WP] Theme not responsive in mobile & tabletSend me your website URL and what exactly the issue is and i will try to help you out.
Forum: Themes and Templates
In reply to: [The WP] Theme not responsive in mobile & tabletHello,
I added a plugin called Meta Tag manager and added the below tag.<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
This should solve the overlapping problem in different devices. However i was not able to solve the repeated header so i removed it completely from mobile and tablet version using the below custom CSS.
@media screen and (max-width:768px){
header.site-header {
background: transparent !important;
}
}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
header.site-header {
background: transparent !important;
}
}Hello,
I am trying to get my website to work in mobile and tablet to look same as it is in desktop version. website URL is https://www.apexbankonline.com. The following are the issues i am facing:
1. In mobile, the header repeats itself and all the button / description are stacked vertically on the homepage.
2. In tablet, header repeats itself and there is too much space between the button and description.
I have removed the header on the mobile version using custom css however i would like the header to appear properly in the mobile and tablet and also have proper spacing between all the content.
Could you please advise a custom CSS i could add to fix these issues?
Thank you for your help in advance.
Forum: Fixing WordPress
In reply to: responsive header imageHello…Could you help me with a custom css to fix my website? It is https://www.apexbankonline.com and the header image repeats itself in the mobile version. I changed the header height and added css for “no-repeat” for the background image, but now the image is too small in the mobile and there is empty white space between the header and the body slider. Thanks for your help in advance.
Thank you very much…I downloaded the Custom CSS plugin and inserted the CSS and it works fine. Could you also please send me a custom css for removing the Slider title background? I wanted the title to be displayed without any background color and i want the title font color to be navy blue Thanks for your help.
Forum: Themes and Templates
In reply to: [The WP] How to change the width of the title pageWhat are the sizes of the picture that are in the slider? The size of pics i entered in the slider seems to be too big. What is the pixel size so i can edit my images to the same size?