Home › Forums › All Other Themes › Line Break | Panaroma – Mobile
- This topic has 9 replies, 2 voices, and was last updated 7 years, 10 months ago by Florian.
-
AuthorPosts
-
December 1, 2016 at 9:45 am #54549
Hello, in the mobile view of the panaroma theme is the issue, that long titles will make a line-break which is wrong.
It looks like the second line is pending to the next post….
Example here:
https://www.ofzoe.de/die-sonne-bringt-es-an-den-tag/
and also here:
https://www.ofzoe.de/Could someone help to fix that issue?
I have unfortunatelly absolutely no experience in php….Thanks, Florian
December 20, 2016 at 7:13 am #56106Hi Florian,
Sorry for the delay in reply. Could you send us the screenshot of this issue? Upload your screenshot on imgur.com and paste the share url here.
Regards,
BradDecember 21, 2016 at 7:54 am #56261Hi,
thanks for your respond. There is in the mobile-version a problem with titles which are very long. The first part is completely hidden, and the next parts have a realy big line-space. The solution is – i think – to make smaller the line spacing in the title, „if“ there is a line-break… Or make smaller the title size.I am not shure, what will be the best.
Please compare mobile and desktop to get a impression and solution.Look with your mobile or https://search.google.com/search-console/mobile-friendly
and see the effect:
https://www.ofzoe.de/
Screenshot: https://www.ofzoe.de/screenshot.jpghttps://www.ofzoe.de/die-sonne-bringt-es-an-den-tag/
Screenshot: https://www.ofzoe.de/screenshot1.jpgDecember 21, 2016 at 9:24 am #56272Hi Florian,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
h1, h2, h3, h4, h5, h6{line-height:normal;}
.header {
margin-top: 0 !important;
}
.header .logo h1 {
line-height: normal;
margin-bottom: 10px;
}Regards,
BradDecember 21, 2016 at 10:22 am #56283Hi Brad, i have only layout-settings with css box. I think you mean that?
December 21, 2016 at 10:30 am #56286Hi Brad, it looks much better now.
The Post-Title is perfect.
The Title of the Side could be smaller ( a little bit) the line-spacing, or not?
Thanks a lot for helping.
FLorianDecember 21, 2016 at 12:06 pm #56304HI Florian,
Do you want smaller site title on mobile?
Regards,
BradDecember 21, 2016 at 8:54 pm #56341Hi Brad,
yes, please make for the mobile version the title of the post same size like the website-title is. Also could the title in the posttemplate begins a line higher, as it begins now. If it is possible.Please not this 2 small corrections for the website-starting-page( www.ofzoe.de):
1. The word “kreativ” in the website-title is in one line with ofzoe-visual-projects, please set it down like here:
Ofzoe Visual Projects –
Kreative Filmproduktion in Frankfurt
2. Could you make the 5 Words on the landingpage in the mobile-version from beginning visible?Thats all.
Thank you very much and kind regards,
FlorianDecember 22, 2016 at 7:05 am #56373Hi Florian,
Kindly add this code in custom css box:
@media (max-width: 767px){ .single-post h1.entry-title{font-size: 20px; font-weight: 400; padding: 0;} .strip_template figure section .strip-text h1, .strip_template figure section .strip-text h3, .strip_template figure section .strip-text h6{opacity: 1 !important;} }
Regards,
BradDecember 22, 2016 at 5:00 pm #56451Hi Brad,
thanks for your work.
It seems well, only view things I would like to finish.
See attachment below.
https://www.ofzoe.de/screenshot2.pdf*websitetitel
has until now the false line-break.
The word kreative has to be in the second line…
The word Frankfurt in the 3th line…*Type
There are many different types sizes know.
It seems like 6 different typesizes….
It would be nice, if that would be more uniform.*Margins of pages
The white space between header and post could be smaller
the Margins of pages right and left have to be the same.
know header and post are different….Thats everything.
Kind regards,
Florian -
AuthorPosts
- You must be logged in to reply to this topic.