Home Forums Basel support forum Mobile site filter

Mobile site filter

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #19861

    super100
    Participant

    Hi

    How to remove filter on the mobile site below the product (above fooyer)

    Filter is show at the top which is ok but also showing above the fooyer. How do i remove not showing obove the footer

    #19872

    Artem Temos
    Keymaster

    Hello,

    Could you please provide us your website link and some screenshots of what exactly do you want to remove?

    Regards

    #19877

    super100
    Participant

    See details on private content

    #19883

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS for mobile devices only in Theme Settings to fix this issue.

    .sidebar-left {
    	display: none;
    }

    Regards

    #19942

    super100
    Participant

    Hi
    Many thanks ut works!

    Can you also help me to add border to the products. I’m using white background of the products and by adding border it will separate and stand out. Please see screenshoot

    Thanks

    #19945

    Artem Temos
    Keymaster

    Seems that you forgot to attach a screenshot. Could you please show it to us?

    #19955

    super100
    Participant

    Pls see attached

    #19957

    super100
    Participant

    .

    #19961

    Artem Temos
    Keymaster

    Do you want to add borders for the whole product block or for the image only?

    #19962

    super100
    Participant

    Hi

    See the for an example

    #19966

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .product-element-top {
    	border: 1px solid #efefef;
    }
    #20006

    super100
    Participant

    Great job!! it works!!
    many thanks for your help.

    #20010

    Artem Temos
    Keymaster

    You are welcome. All attachments removed.

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

The topic ‘Mobile site filter’ is closed to new replies.