Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #421047

    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!!!!

    #421187

    Hey Lev!

    Please add following code to Quick CSS

    @media only screen and (max-width: 960px) {
    .title_container .breadcrumb {
      top: 50px;
    }}

    Cheers!
    Yigit

    #421782

    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!!!!

    #421952

    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

    #427111
    This reply has been marked as private.
    #428140

    Hi!

    You can try this:

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
      width: 100%;
      text-align: center;
    }
    
    .responsive .title_container .breadcrumb > * {
      display: inline-block;
    }}

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.