-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
February 16, 2017 at 9:46 am #1011225Hi,
We have two issues with the t3-header on mobile devices…
-
The padding which we put on the t3-header doesn’t work great on mobile devices. Please see "Screenshot A" in the following private post… Please provide the relevant @media width CSS code to resolve this.
- Another issue we have is the Search icon and "Nominate" button are overlapped when viewed on smaller devices. Please see "Screenshot B" in the following private post.
Please investigate and advise how to resolve.
Many thanks
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
February 16, 2017 at 9:49 am #1011228This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 16, 2017 at 10:04 am #1011235Hi
Add below code in custom.css file to fix the issue on your site@media(max-width:468px) {#t3-header { padding-left: 0px; padding-right: 0px; }}
Regards
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
February 16, 2017 at 10:21 am #1011247Hi Pankaj,
Thank you for your response, this has resolved the Header width issue on resize.
What can we do about the Search icon being overlapped by the "Nominate" button?
See screenshot in the following private post.
Please advise.
Many thanks
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
February 16, 2017 at 10:22 am #1011249This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 16, 2017 at 10:24 am #1011252Hi
In mobile the space is not enough to show all the content, either you have to hide it or add below code to move the button below the search@media(max-width:468px){ .head-btn { margin-top: 68px !important; } }
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
February 16, 2017 at 10:58 am #1011266This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 16, 2017 at 1:17 pm #1011315Hi
Please open a new thread for different topic questions .
Regards -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum