Page 1 of 1

display problem with the theme Echo

Posted: Tue Apr 24, 2018 11:45 am
by LRAM
Hi
I'm testing to transfer my old site (CSM guppy) to Bludit - manually, I haven't figured out how to automate this
I chose the theme Echo, I notice some display problems

https://www.sucrepop.com/Chroniques/

The site title on the left. when too long, it does not pass to the line
it's truncated on a samrtphone too

on a smartphone, the titles of the post are truncated

I am unable to solve these problems alone, so if a charitable soul wants to stick to them, my eternal thanks
Phil for LRAM

Re: display problem with the theme Echo

Posted: Tue Apr 24, 2018 7:33 pm
by Edi
I will have a look at it this evening or tomorrow.

Re: display problem with the theme Echo

Posted: Wed Apr 25, 2018 7:31 am
by LRAM
Thanks Edi

Re: display problem with the theme Echo

Posted: Wed Apr 25, 2018 9:58 am
by devprodest
LRAM wrote: Tue Apr 24, 2018 11:45 am The site title on the left. when too long, it does not pass to the line
it's truncated on a samrtphone too

on a smartphone, the titles of the post are truncated
Hi ;)

add code in "/bl-themes/echo-master/css/style.css"

Code: Select all

.page header a, .navbar-brand {
    white-space: normal;
}
or make new file css
or insert <style> tag

Re: display problem with the theme Echo

Posted: Wed Apr 25, 2018 10:54 am
by Edi
You can add the code also using the plugin HTML Code and add to the field Theme Head:

Code: Select all

<style>

....

</style>