display problem with the theme Echo

Post Reply
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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
https://sucrepop.com
Candies for the ears
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

I will have a look at it this evening or tomorrow.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

Thanks Edi
https://sucrepop.com
Candies for the ears
User avatar
devprodest
Ssr. Bludit
Posts: 26
Joined: Tue Feb 27, 2018 10:52 am
Location: Moskow, Russia

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
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

You can add the code also using the plugin HTML Code and add to the field Theme Head:

Code: Select all

<style>

....

</style>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply