Howdy
I have few questions about the possibility to move up the header´s post on the homepage Big Slide, because they appear below and I would like change the position much higher.
this is my site http://liberacionguerrero.net
Also if is possible to change the high size of the Big Slide to make it more narrow.
Another issue I have is on mobile because almost all the posts headers doesn’t shrink proportionally as the images.The photos on slide show wonderful but are almost hide from the big size of the post´s heads.
Thanks in advance for your support
Best Regards Fabien D
Hi
I assume that you want to move post’s title to the top of slide block. To achieve that try this css in theme panel > custom code> custom css: http://screencast.com/t/uTJjm4qD6g
.td-theme-slider .slide-meta {
top: 16px;
}
To reduce slide’s height you can use this css:
@media(min-width: 768px){
.td-theme-slider.iosSlider-col-3 {
height: 500px!important;
}
}
To reduce the font size on mobile try this code: http://screencast.com/t/OP5LVsoJ
@media(max-width: 768px){.td-theme-slider.iosSlider-col-2 .td-module-title a, .td-theme-slider.iosSlider-col-3 .td-module-title a {
font-size: 15px!important;
line-height: 17px!important;
}
}
I hope this helps.
Thanks!
howdy
I must to tell that apart your wonderful theme you have also an excellent client support
Everything I ask you worked as I want it. Thanks a lot.
I have an observation about on mobile site. The structure of the main page on Visual composer start with a main block with sidebar with widgets (issue link, socials etc) and then follow another 2 block with news without sidebar.
On the mobiles site I would like to send the sidebar widget after the second block of news or at the end of the page.
Also other observation about the main menu, the second line of category doesn’t fill up as are just 3, and I would like to align centered if is possible.
Thanks in advance for your support
Best Regards Fabien D