Header text position problem

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
Fri Jan 02, 2015 8:58 am
Reply with quote
Report this post
Hello, I got this problem between 320px and 618px in width please have a look at the screen capture in attachment.

There is an unwanted padding that comes on the left of the text. The problem occurs until the width of the browser reaches 619px. I would like to have the same text position from 320px to 618px as it occurs at 619px and beyond.

Regards
User avatar
Platinum Boarder

GK User
Fri Jan 02, 2015 9:10 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri Jan 02, 2015 9:20 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Fri Jan 02, 2015 10:38 am
Reply with quote
Report this post
This code in override.css should do:
Code: Select all
@media (max-width: 600px) {
   .gk-header1 {
      padding: 180px 5% 100px 5% !important;
   }
   .gk-header1 p {
      margin: 0 !important;
   }
}
User avatar
Moderator

GK User
Fri Jan 02, 2015 11:20 am
Reply with quote
Report this post
Thank you Solved.
User avatar
Platinum Boarder

GK User
Fri Jan 02, 2015 6:32 pm
Reply with quote
Report this post
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron