Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Transparency Header Issues #1476433

    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.

    in reply to: Transparency Header Issues #1476355

    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.

    in reply to: Accordion Slider Title Captions #1111126

    That code worked amazing. Thank you @victoria

    in reply to: Accordion Slider Title Captions #1110458

    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.

    in reply to: Accordion Slider Title Captions #1110131

    Hi @Victoria, I cleared my cache and this is what I see on my mobile.

    in reply to: Accordion Slider Title Captions #1109258

    Hello @jordan Yes, I did.

    in reply to: Accordion Slider Title Captions #1108868

    Thanks @rikard, I tried that but it title does not seem to adjust. I tried using the important as well without any luck.

    in reply to: Accordion Slider Title Captions #1108058

    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.

    in reply to: Accordion Slider Title Captions #1107723

    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); 
    }
      }
    
    in reply to: Accordion Slider Title Captions #1107244

    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.
    in reply to: Accordion Slider Title Captions #1106804

    ok, Can you help with this?

Viewing 11 posts - 1 through 11 (of 11 total)