Forum Replies Created
-
AuthorPosts
-
Thanks for getting back to me,
I have attached a temporary login url in the private section. I also created a staging website to trouble shoot this inquiry.
Hi, Thanks for the code but the issue persists. There is still a gap between the the header and picture. I attached a screenshot of what it looks like and what im trying to achieve.
That code worked amazing. Thank you @victoria
The “Entrainment” text is too far to the left and is not centered like the other titles. I’m trying to make the text centered like the other titles.
Hi @Victoria, I cleared my cache and this is what I see on my mobile.
Hello @jordan Yes, I did.
Thanks @rikard, I tried that but it title does not seem to adjust. I tried using the important as well without any luck.
Thanks @Rikard, removing that seems to help. Is there a way to move the entrainment text left a smidgeon? It seems to get cut off.
Rikard,
Thanks for the recommendation. Upon adding the adjusted code you recommended it changes but the text is still not visible on tablet or mobile.
@media only screen and (max-width: 767px) { #top .aviaccordion-title { font-size: 16px !important; } } @media only screen and (max-width: 767px) { #top .aviaccordion-title { -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg); } }
I managed to get the captions to work fine on desktop by adding
#top .aviaccordion-title { font-size: 30px; } #top .aviaccordion-title { -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg); }
For mobile I tried adding this but it doesn’t do anything. It seems that the captions are no longer flipped and are out of frame.
@media only screen and (max-width: 480px) { #top .aviaccordion-title { font-size: 16px !important; } @media only screen and (max-width: 480px) { #top .aviaccordion-title { -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg); } }
-
This reply was modified 5 years, 8 months ago by
eggc.
ok, Can you help with this?
-
This reply was modified 5 years, 8 months ago by
-
AuthorPosts