Hi,
First of all graet theme!!!! I realy enjoy it…
I have Responsive problem whit the Page Title and Breadcrumbs
you can see here the screenshot: http://prntscr.com/6nma1x
Thanks in advance!!!!
Hey Lev!
Please add following code to Quick CSS
@media only screen and (max-width: 960px) {
.title_container .breadcrumb {
top: 50px;
}}
Cheers!
Yigit
Hi Yigit,
Thanks its work..
you can see here: http://prntscr.com/6o0nu9
but there as a option to center the text just on the responsive?.. To make it look nicer..
like this: http://prntscr.com/6o0qzg
Thanks!!!!
Hey!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive .title_container .breadcrumb {
left: 20%;
}}
Cheers!
Yigit