• Hi,

    I am using a child theme of Spicepress called Chilly. When viewing this page, the name of the page appears between the hero slider and the body of the page, but on mobile the word does not stay on one line, instead, every 3 letters it moves to the next line.
    It appears as

    HOM
    E

    or

    SER
    VIC
    ES

    How do I enter CSS code to make this bar not appear on mobile?
    Thanks
    BigManSam

    • This topic was modified 6 years, 3 months ago by donebysam.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • xoptimus

    (@spicethemesoptimus)

    Hi donebysam,

    Thanks for contacting us,

    For this paste the following css code in additional css field (Theme Dashboard >> appreance>> customize >> additional css field)

    .page-title h1 {
       word-wrap: normal !important;
    }

    Any confusion lets me know.

    Thanks

    xoptimus

    (@spicethemesoptimus)

    Hi donebysam,

    is your issue resolved?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘H1 which appears between header and body does not stay on one line on mobile.’ is closed to new replies.