Jump to content

PPlanet

Clients
  • Posts

    850
  • Joined

  • Last visited

Community Answers

  1. PPlanet's post in Pages databases filter block (Can't make it work) was marked as the answer   
    Well, it must have been a caching problem, because suddenly the block is showing now. 🙂
  2. PPlanet's post in Increase Body Font Size (Mobile): How? was marked as the answer   
    @Marcel Iseli you can try this. Add this in your theme's custom.css file
    /** * Font size for mobile */ @media screen and (max-width: 767px){ .ipsType_normal { font-size: 16px; } .ipsDataItem_title { font-size: 16px; } .ipsType_medium { font-size: 16px; } .ipsStreamItem_title { font-size: 18px; } .ipsStreamItem_titleSmall { font-size: 16px; } .cWidgetPrice { font-size: 11px; } } You can play with the sizes but I wouldn't recommend going larger than that.
×
×
  • Create New...