This topic has 3 replies, 1 voice, and was last updated 4 years, 7 months ago by Spiracle Themes.
-
AuthorPosts
-
-
KláraGuestHi,
I added the portfolio section on my homepage, but the whole block is moved a little to the right. It looks really bad with more widgets and even worse on any phone. I have really no idea where to fix it. Thank you for your answer :).. -
KláraGuestAlso one more thing – the previews do not response (even the home background image) with the width of any browser. They just shrink and the height doesn’t change, so it’s elongated.. I cannot use the slider background, because it looks terrible when I use a portrait. How can I make it more responsive? Thank you
-
Spiracle ThemesGuestHi Klara,
Try the CSS below for portfolio alignment in mobile
@media only screen and (max-width: 320px){
.portfolio-list {
margin-left: 0 !important;
}
}@media only screen and (max-width: 480px){
.portfolio-list {
margin-left: 0 !important;
}
}ul{
margin-left: 0 !important;
}I don’t see any issue regarding alignment when I checked your website in desktop
Here is the screenshot linkBest Regards
-
Spiracle ThemesGuestFor the Second Issue,
The height for the home background image is set to device height, so automatically it adjusts its height to 100% of the screen. We can adjust its height in portrait mode using CSS once you set your slider.
Side Note: Your site takes too much time to load, I think you should optimize your images to load your website faster 🙂
Best Regards
-
-
AuthorPosts