Home Forums WoodMart support forum Few Quick Issues

Few Quick Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #326064

    shweta
    Participant

    On the shop page on mobile https://prnt.sc/1wmk9of

    1) I wanna completely remove left and right padding on page. Currently in the bootstrap css I can see Padding-left:15px and padding-right:15px. How to remove that.

    2) Can Show side bar and Filter be sticky?
    3) can Show side bar and Filter be sticky at bottom of the page?

    #326179

    Hello,

    1. Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 768px) {
    	.wd-spacing-30, .wd-spacing-20 {
    		margin-right: -15px;
        margin-left: -15px;
    	}
    }

    As for the rest two question, we are sorry, however, there is no options or possibility to do that.

    Best Regards

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