Forum Replies Created
-
AuthorPosts
-
December 8, 2014 at 6:39 pm in reply to: post title and post content not showing in the slider in small screens #19184HarrietMember
Ok, here is my code, it works good enough…
@media only screen and (max-width: 1078px) {
.featured-title,
.featured-content {
font-size: 80%;
display: block;
padding: 0px;
margin: 0px;
position: relative;
top: 45px;
bottom: 0px;
}
}
@media only screen and (max-width: 767px) {
.featured-title,
.featured-content {
display: none;
}
}December 8, 2014 at 5:54 pm in reply to: post title and post content not showing in the slider in small screens #19183HarrietMemberHi again. This site is published now. My customer is not happy that the slider title and description are too high up in iPad and mobile. They want me to fix it, but I cannot do it. So please, could you help me out? 🙂
– how can I set the place (height) of the title and description?
– how can I change the size of the text in mobile devices?These cannot be too hard to do in custom css? And really, if you sell something to be responsible, it should totally be it! The site is very very plain and white, and if there is NO slider in the frontpage, the entire front page and site looks very stupid! 🙁
Thanks in advance!
July 8, 2014 at 9:56 am in reply to: post title and post content not showing in the slider in small screens #11983HarrietMemberThank god I found this!! Huh. I thought that do I have to change my theme and do a LOT of work again… Thanks for the code. It is not perfect (the title and text goes above the image in iPad Mini, they could be smaller), but it can be used.
I also think like “connectcase”, that if you say and sell (I bought the Attitude pro just because it is responsible) something as responsible, it should be it 100%. I also sell and take price from my customers of my work as responsible. Sliders in the home page are a crucial part of a site, and it is really weird, if there is only sliding images in the home page and no text/info about what is going on…
Is there any way to make the text size smaller in mobile devices in the sliders?
-
AuthorPosts