• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
    Marek
  • Private: No
  • Open Date: 12.08.16, 16:27
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:38
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9834 - al4.5 about us module, position and text font

1) Small bug with the long flex menu and “About us” module position http://prntscr.com/c4uxj1
FIX:
CustomCSS or file /modules/pk_aboutus/css/pk_aboutus.css add the code

#pk_aboutus_block_center {clear:left}

2) Module css style has higher priority than Theme Settings for font style http://prntscr.com/c4uoz1
FIX:
file /modules/pk_aboutus/css/pk_aboutus.css
line 26

font-family: LMRomanCaps10-Regular !important;

change to

font-family: LMRomanCaps10-Regular;

Comments

No comments yet