Hi
Thanks for contacting to us.
If you want picture close to the title Add the below CSS code inside the Customizer >> Additional CSS box.
.page-mycarousel {
margin: 0;
}
@media (max-width: 1441px)
{
.page-mycarousel {
padding: 242px 0 0px;
}
}
let us know for any confusion.
Thanks
Support Staff
Thanks for your quick response. Now it looks almost ok on a desktop computer but on the smartphone the picture on the homepage is still to far from the title. If I move it now further up, the information on the other pages will partly move behind the title.
HI
For the mobile version use the below css code.
@media only screen and (max-width: 480px) and (min-width: 200px)
{
.home .page-mycarousel
{
margin: 0;
padding: 100px 0 0px;
}
}
Let us know for any confusion.
Thanks
Thanks again for the quick reply. I’m pretty happy now with the way the pages are shown on a desktop computer. I just need to move the content/picture up on all the other pages on the mobile version, the same way you did it for the homepage. Thanks a lot.
HI
To manage the gap on other pages use below CSS code.
@media only screen and (max-width: 480px) and (min-width: 200px)
{
.page-mycarousel {
padding: 75px 0 0px;
margin: 0;
}
}
Change padding value as your need.
Feel free for further assistance.
Thanks
Thank you for your quick reply. Problem is solved. Have a nice day
Hi
Glad I was able to help. If you’re happy with our products and support, please leave us a kind review here:
https://ww.wp.xz.cn/support/theme/wallstreet/reviews/?filter=5
Have a great day!
Thanks
Akhilesh