Home Forums WoodMart support forum top-bar-left and topbar-right

top-bar-left and topbar-right

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37699

    cri.galia
    Participant

    Hello,
    I want see top-bar-left and topbar-right in tablet and mobile device. Now is possible see only topbar-right or topbar-left also if I set in css display block.
    Can You help me?
    Thanks
    Cristina

    #37741

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet instead display: block to the Mobile and Tables Custom CSS areas in Theme Settings to show left top-bar column on mobile and tablets.

    body .top-bar-left, 
    body .topbar-left-text {
    	display: flex;
    }

    Add this code snippet to the Mobile and Tables Custom CSS areas to hide the right column on desired screen size.

    body .top-bar-right {
    	display: none;
    }

    Regards

    #37753

    cri.galia
    Participant

    Solved. Topics is colsed.
    Thanks.
    Cristina

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘top-bar-left and topbar-right’ is closed to new replies.