cancel
Showing results for 
Search instead for 
Did you mean: 

Display Products

Display Products

How can I display products in blank space at right side ?
 
How can I remove footer notice ?








6 REPLIES 6

Re: Display Products

Hi @foysal,

 

Greetings to you!

 

If there is a custom footer, you can try it through CSS.

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

Otherwise, Go to Stores > Configuration > Catalog > Catalog
Use Flat Catalog Category. Make the Use Flat Catalog Product - NO.

 

If you will set this YES, there is a possibility of getting an issue in product indexing.

Lastly, run these following commands:

php bin/magento indexer:reindex
php bin/magento c:f

 

I hope this will help you to solve your issue.

If not, feel free to contact us.

If yes, click KUDOS and accept it as a solution.

 

Thank you!

Re: Display Products

@namitapare2a78   Thanks.

How can I show 3 products or 4 products in a row at right side ?



Re: Display Products

Hello @foysal,

 

That depends on your theme configuration. If you can tell me which theme you are using then I can help you.

 

Because sometimes configuration can be fixed as per theme design and configuration.

 

Let me know so I can help you.

Have a great day.

Thank you!  

Re: Display Products

Hello @foysal,

 

Greetings!

 

It will be helpful if you can mark it as solved. So that others can take it as a valid solution.

 

Thank you once again. 

 

Have a wonderful day!

Re: Display Products

Thanks @namitapare2a78 .

I am using `Martfury - 03 Organic` Theme. 

Re: Display Products

Hello @foysal,

 

I've to check it through configuration(by expanding all the menus). 

 

Hope you can understand.

 

Thank you!