@lewycash,
First of all your site in maintenance mode so we can’t review.
OR u have added large code on forum batter to added on another external site like git.
Thanks,
Ravi patel
Thanks Ravi, I had no idea there was a maximum code length for forums. are you online now? I will remove the maintenance so you can help me. I’m really desperate and I don’t know what to do.
yes, Please remove maintenance because of so many supporter sported to u
I have removed the maintenance, my problems are as follows:
1:) the image carousel on the front page does not cover the whole page on smaller screens. There will be a white space after the three buttons at the bottom, how can I make the carousel and those buttons to always fill up a page even on smaller screens?
2.) On the second page ‘Kuala Lumpur’ page, the logo goes to the right side of the menu on mobile devices. How can I make it jump to the right side of the menu?
Please anyone? I put the usual .carousel { max-width: 100%; height: auto;} it’s still not stretching to the bottom of the page. There is a white space, I removed padding and margin is 0px. Please help.
You need to use your browser’s developer tools to inspect and find the problem areas.
You also need to read more about how responsive themes work. You may say you removed padding and margin is 0px, but you’re looking in the wrong places for smaller screens. You need to look under code segments that look like this: https://17404-presscdn-0-71-pagely.netdna-ssl.com/wp-content/uploads/2015/05/image00.png
managed to solve the issue of the logo by giving percentage values to the logo size, witdh and height. */width: 12%; height: auto*/
Thank you Ravi and Wanderer!!