georgescomtel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Latte] logo not responsive on mobileI tired to test it here and it seams more or less ok, only on my phone its not, I tried to clear the web cache but still not centred
Forum: Themes and Templates
In reply to: [Latte] logo not responsive on mobileI don’t know how to upload a screenshot here.. also I can’t fix the about us (story) text to make it justified.
kind regards,
Georges
Forum: Themes and Templates
In reply to: [Latte] logo not responsive on mobilehi Hardeep, sorry for the late reply, the problem seems to be only on the iPhone 11pro
Forum: Themes and Templates
In reply to: [Latte] logo not responsive on mobileI believe the problem is somewhere here:
/*
* Section 1 – Intro
*/.intro {
background: rgba(0, 0, 0, 0.7);
height: 758px;
vertical-align: top;
color: #FFF
}
.intro .cover-container {
margin-right: auto;
margin-left: auto;
padding: 50px 0;
text-align: center;
}
.intro .inner {
padding: 30px;
}
.intro .cover {
padding: 0 20px;
}
.intro .cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
.intro div.avatar {
width: 400px;
height: 485px;
background-size: cover;
margin: 0 auto;
}
.intro .cover-heading {
font-family: ‘Arial’, sans-serif;
font-size: 50px;
word-break: keep-all;
display:none;
}
.intro .arrow .fa {
font-size: 50px;
color: #FFF;
}
.intro .customizer-hidden {
display: none;
}/*