-
AuthorPosts
-
February 16, 2019 at 1:59 pm #1067699
Hallo Enfold Team!
Ich habe eine Seite als Footer eingerichtet. Dort habe ich einen Beitragsslider eingestellt, der die neuesten Beiträge zeigt und rotiert.
Die Bilder sind leider unterschiedlich groß und die Überschriften sind nicht responsive bzw überlagern sich bis ins Unleserliche.Was kann ich tun?
Danke schonnal und anbei der Screenshot
February 16, 2019 at 2:02 pm #1067700Das selbe Problem hab ich auch in meinem Blog. Zusätzlich verschiebt sich dort dann auch noch der “weiterlesen” button.
Wie erreiche ich da ein gleichmäßiges Design?
thx
February 17, 2019 at 9:28 pm #1068024Hi Eikordo,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaFebruary 18, 2019 at 2:41 pm #1068378here you go
you can see the problem both in the blog and in the footerFebruary 19, 2019 at 12:46 pm #1068915Hi Eikordo,
Best regards,
VictoriaFebruary 19, 2019 at 1:56 pm #1068966I used this because of design aspects. And as you can see from many big websites, that’s not uncommon. Check theverge.com for example. they have a container thats only 730. I changed it to 800 but it doesnt seem to get rid of the problem.
Is there a way to make those headlines responsive and thus smaller?
And what about my 2nd question about the pictures?regards
- This reply was modified 5 years, 9 months ago by Eikordo.
February 19, 2019 at 2:02 pm #1068973still having the same problem in mobile view, where the narrow container comes automatically due to the smaller and much narrower mobile resolution/screen.
there’s gotta be a way to make those headlines responsive and shrink in size, right?February 19, 2019 at 2:31 pm #1068982I now changed the recent posts in the footer to a maximum of 3. That seems to work now as they are no longer shown side by side but in a vertical line.
February 24, 2019 at 7:52 pm #1071002Hi,
Sorry for the late reply, I took a look at your footer post slider and see that at mobile, when the column are lined on top of each other there seems to be plenty of room, but stating at tablet size when the columns are side-by-side the text is too big. So I wrote this css to make the font smaller then:@media only screen and (min-width: 767px) and (max-width: 1441px) { #av_section_2 .post-entry-1617 .slide-entry h3.slide-entry-title a { font-size: 12px !important; line-height: 12px !important; } }
after 1441px when the site is for desktop, there seems to be enough room again, so this code stops working.
PLease add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, and clear your browser cache.
Please let us know if this helps.Best regards,
MikeMarch 3, 2019 at 4:44 am #1073808Hi Mike,
Thanks for the answer and for the code! It seems to work partly. In Mobile the fond is still big and depending on the lengths of the text there’s still an overlay. Its the same problem for the blogposts. I could live with that as I’m not having so many visitors via tablet anyways but the mobile version should be working somehow. Maybe there’s something else you can do with your magic keyboard =)
regardsMarch 3, 2019 at 5:13 pm #1073977Hi,
To change the font size for mobile, please try is css:@media only screen and (max-width: 767px) { h3.entry-title a { font-size: 12px !important; line-height: 12px !important; } }
Please adjust the font size to suit.
Best regards,
MikeMarch 4, 2019 at 7:32 am #1074202worked. Thanks mike.
One issue still remains at roughly 772px width, right before it changes to the 2 column view: the headlines of the blogposts still overlay.
here’s a screenshot
March 6, 2019 at 5:58 am #1075272Hi,
Sorry for the late reply, and thank for the screenshot. I see you have some very long words in your titles, so let’s try this css to brake them:h3.slide-entry-title.entry-title a { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
Best regards,
MikeMarch 9, 2019 at 5:01 am #1076556Hey Mike,
worked. Now i do have many “-” in my headlines tho whenever a long word is broken down into pieces. can I rather have it the way you did with the first code but just for smaller screen widths too? i prefer having a smaller font rather than having all those “-” in the headers.
that’d be great and close this post =)March 9, 2019 at 6:31 pm #1076807Hi,
Ok, to change the font size for around the 772px size, try using this css instead of the css above:@media only screen and (max-width: 800px) { h3.entry-title a { font-size: 12px !important; line-height: 12px !important; } }
This sets the font size up to 800px, so it’s for all small screens.
Best regards,
MikeMarch 11, 2019 at 7:38 am #1077234Hey Mike.
I’ve set it to 900 max-width. That does the job. If you play around a bit with changing the width of my page and loog at the blog post overview, there’s still some issues. But i guess this is as good as it gets, isn’t it?!Thanks for your help!
March 12, 2019 at 6:31 am #1077648Hi,
I took another look at your footer and slowly changed the width of the page to look for any overlap, but I didn’t find any, so I’m not sure what issues you are referring to. I would like to point out that there are just a few screen widths that visitors might see on their devices such as 320px, 425px, 768px, 1024px, etc. and if we can make sure each of those are good then we have done well. Would you agree?Best regards,
MikeApril 22, 2019 at 12:16 pm #1093314Hi Mike,
sorry for the late reply.
I agree. As long as the most common resolutions are running smoothly, it’s totally fine.
I’ve told you that I somehow tried to adjust the code you gave me. Now I suspect having some duplicates in the code.
Could you double check if everything is okay? I’m especially unsure about the h3 code, as it’s in there twice.
I’m sending this to you as my traffic has dropped by around 60% and I’m afraid the changes could be connected with that.All the best, Eike
This is all the code i manually added to the enfold settings:
.blog-categories {
display: none!important;
}
.div.big-preview.multi-big, a.small-preview {
display: none;
}
.avia-content-slider .slide-meta div.slide-meta-comments,
.avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
display: none;
}
.related_posts {
display:none!important;
}
.slide-entry.post-entry .slide-image {
max-height: 170px;
}
/*
#top .av-magazine .av-magazine-content-wrap .av-magazine-title a,
#top .av_iconlist_title a {
color: #d45e33;
} */
@media only screen and (min-width: 767px) and (max-width: 1441px) {
#av_section_2 .post-entry-1617 .slide-entry h3.slide-entry-title a {
font-size: 12px !important;
line-height: 12px !important;
}
}
@media only screen and (max-width: 767px) {
.av-special-heading-h2 h2 {
font-size: 21px;
}
}
@media only screen and (max-width: 767px) {
.av-special-heading-h1 h1 {
font-size: 26px;
}
}
@media only screen and (max-width: 900px) {
h3.entry-title a {
font-size: 18px !important;
line-height: 12px !important;
}
}April 23, 2019 at 1:29 am #1093452Hi,
Your css checks out fine, both h3’s are needed one is: h3.slide-entry-title a and the other is h3.entry-title a
I took another look at your page, at different sizes but I don’t see anything that could cause a drop in traffic.Best regards,
MikeMay 8, 2019 at 8:52 am #1098358This reply has been marked as private.May 9, 2019 at 10:31 am #1098843Hi Eikordo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:479px){ .avia_textblock p, .avia_textblock h1 { word-wrap: break-word } .avia_textblock h1 { font-size: 20px; } }
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2019 at 3:46 pm #1098964Hi Victoria,
that worked perfectly!
Thank you so much. This customer service is just awesome!
keep it up!May 9, 2019 at 5:09 pm #1099018Hi,
Glad Victoria could help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘"neuestesn Beiträge" im Footer überschneiden sich + Bilder unterschiedlich groß’ is closed to new replies.