Hi,
Use this:
@media (max-width: 767px) {
#td-top-search {
position: absolute;
right: 13px;
top: -3px;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right:31px;
}
.header-search-wrap .dropdown-menu {
right: -14px;
left: auto;
top: 49px;
width: 320px;
}
}
Hi!
i tried this one, but the search logo just keeps on the left?
Any suggestion? this code below worked for the logo to the center
@media (max-width: 767px) {
.mobile-logo-wrap img {width:170px;position:absolute;left:0;top:-3px;margin-left:auto;margin-right:auto;}
}
Hi,
Please provide a link, so we can take a look.
Thanks!
I deleted that previous code for now.
Hi,
1. You have this on mobile screen: http://screencast.com/t/UfJ9Y6qX48
The code from above that you tested is for mobile logo: http://screencast.com/t/8p7ptjkC
I’m not sure what are you trying to do with search icon…if you want to move search icon yo have to use also Marius css code: http://screencast.com/t/LmmlgSGpW
@media (max-width: 767px) {
#td-top-search {
position: absolute!important;
right: 13px!important;
top: 0px!important;
}
.header-search-wrap .dropdown-menu:before {
left: auto!important;
right: 31px!important;
}
.header-search-wrap .dropdown-menu {
right: -14px!important;
left: auto!important;
top: 49px!important;
width: 320px!important;
}
.mobile-logo-wrap img {
width: 170px;
position: absolute;
left: 0;
top: -3px;
margin-left: auto;
margin-right: auto;
}
}
2. This can be done only with css as theme doesn’t have an option for this. You can use @media for landscape – http://stephen.io/mediaqueries/#iPhone and add your css for post images.
Thanks!
Hi!
Thanks for the help, it really helped me!
I just can’t get the iphone landscape homepage post pictures smaller, they fill my whole iphone 6 screen. What css should i add according to this http://stephen.io/mediaqueries/#iPhone .
I would normally allow the Big slider also in the portrait mode but there is some kind of big space between the menu and the big slider, do you know how to help me with this one ? or do i just make a new topic
thank you so much for your help!
Hi,
You can try this css code for images on post page: http://screencast.com/t/qUkH233SxOJ
@media (min-width : 375px)
and (max-width : 667px) and (orientation : landscape){
.single img{
max-width: 50%;
}
.td-post-featured-image{
text-align: center;
}
}
Please try this css code for space between the menu and the Big Slider: http://screencast.com/t/C9pB6IcgUF
.home .td-grid-wrap {
padding-top: 10px;
}
Thanks!
Thank you for your advice, but i ment the gap in the mobile view. Sorry, i think i forgot to mention that properly.
I made a totally new topic for all my problems now 🙂 thanks for all
If you have some advice for me you can visit : https://forum.tagdiv.com/topic/ipad-and-mobile-homepage-post-image-size-problems/
Thank you so much for your help !
