Last issues - mobile view and testamonials

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 17, 2015 12:38 am
Reply with quote
Report this post
Hello,

I use this template for an artist who makes pictures to walls and rooms. To finish it i have 2 problems.

1. If I show the header on a mobile phone, it is not readable, caused the text is moved outside the screen.
2. At he page "Was meine Kunden schreiben" should be some meanings of customers. I would like to get a view like in the template cloudhost "A Brand You Can Trust."

I hope you can understand, what i mean. Please help me!
User avatar
Fresh Boarder

GK User
Tue Mar 17, 2015 12:45 am
Reply with quote
Report this post
User avatar
Fresh Boarder

teitbite
Wed Mar 18, 2015 1:39 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:925px) {
.gk-header2 {
    padding: 20px 20px 330px !important;
}

.gk-header2 p {
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 130px;
    width: 100%;
}
}


2. I'm afraid this task is a customisation request and we do not support that.
User avatar
Moderator


cron