Hi @kurtweiland,
You might be able to use CSS to set the width of the title to a value that forces it to display on two lines, but I can’t give you the exact value needed since the site isn’t visible in the link you included.
— Anders
Hi, this is the page from which you can see the current site header. I would need to make the changes as I explained in my previous answer. Thanks for the attention. https://www.gabrieledeodato.it/scarica-il-libro/
Good morning, if by chance I made a mistake in asking the question or in something else I apologize in advance. I was waiting for your response also because another problem has arisen. The creator of the Contact Form 7 plugin to whom I asked a question about display difficulties on mobile invited me to write to you because in his opinion it is a problem related to the theme.
I would like to know how to correct the contact form 7 layout which appears correctly in the desktop version, but is disproportionate on mobile. How can I make the same layout as the desktop version appear on mobile using CSS or other solutions without entering the theme editor since I’m not familiar with it?
I attach the link to the page in question with the contact form.
Kind regards.
https://www.gabrieledeodato.it/contatti/
@kurtweiland Go to Appearance → Customize → Additional CSS, and add the following CSS:
.blog-title {
max-width: 10em;
margin: 0 auto;
}
That should line break correctly once you remove the slash.
As for the form, you have added the following custom CSS, which is breaking the layout:
.entry-content {
margin-left: 140px;
margin-right: 140px;
}
Thank you for the answer. In the first case I added the indicated CSS but unfortunately it was unsuccessful. I also proceeded to clear the cache but to no avail. As for the second, I understand the problem. If the CSS isn’t a solution, could I use the theme editor? I would be very grateful if you could write me the code to insert into the editor and tell me where exactly it should be positioned because I am not familiar with these procedures and I fear I will make something irreparable mistakes. Thanks again !
HI,
as I wrote, the solution you gave me unfortunately doesn’t work. Is there a different way to fix the site title problem? Thanks and sorry again for the inconvenience!
@kurtweiland You have added some none-CSS in the Additional CSS field that breaks the blog title styles. Remove the following from it:
[sidemenu]
[spbsm-share-buttons]