Shut Off 'View More/View Less" at Mobile

Options
Hi Forum Friends, 


I'd like to know if there is a more elegant way to turn off the view more/view less link that hides and displays the page content on the greeting page of a teamraiser. 


Currently i'm overriding the #entry_page_custom_html max-height of 100px to 100% and then adding display:none to the .mobile-hidden class for the 767px media query, which seems to fix the issue for me. I'm just wondering of there is a system setting or checkbox in the TR admin setup side of things that would just turn this off. 


Thx,

Erik


-- My Code For Anyone Who is Interested --

 


@media only screen and (max-width: 767px)





 #entry_page_custom_html {



  1. max-height100%;
  2. overflowvisible;
}

 


@media only screen and (max-width: 767px)





.mobile .mobile-hidden {

  1. displaynone;
}









 
Tagged:

Comments

  • Hey there Erik! I went ahead and opened up a support case on your behalf to see if there was a more elegant solution since I wasn't able to find one either. 

Categories