Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1473489

    Hello Ismael and Guenni!
    I would like to express my sincere gratitude for your continuous support and assistance. You excel at resolving the many issues I bring to you. I realize that I may be imposing on your hospitality, and I truly appreciate your patience and generosity.

    I have one more question for you:
    Is it possible to make breadcrumbs in mobile version vertical alignment as CENTER, to fix this issue in the screenshot?
    https://disk.yandex.ru/i/0OQ4qkW6GsjXlg

    One of these pages:

    Thank you very much

    #1473537

    Hey ibuzaev,

    Thank you for the inquiry and your kind words.

    You can add this css code to make the title container adjust to the length of the title:

    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	.title_container .breadcrumb {
    	     position: relative;
                 margin-top: 0;
    	}
    }

    Best regards,
    Ismael

    #1473590

    Thank you, Ismael!
    I helped!!!

    #1473603

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumbs in mobile version vertical alignment’ is closed to new replies.