Okay
  Public Ticket #4515185
need the change the margin of store list page
Closed

Comments

  •  1
    sourabh jain started the conversation

    I want to change the margin of store list page and individual store page, how to do it, can you please tell me the process, you have very limited options of editing the layout, its not looking good in full width 

    Attached files:  Screenshot 2025-11-11 180002.png

  •  1
    sourabh jain replied

    Even you have not added any class on the top of content, you directly echo all the content in the main-content div, I dont know how to add any css to the main page,

  •  1
    sourabh jain replied

    What is your response time

  •  2,609
    WebWizards replied

    Hi Saurabh,

    Sorry for any delay in getting back to you on this!

    To add a margin and improve the layout of your store pages, you can add this CSS:

    .marketking_store_page_individual main#main-content {
    padding: 0px 30px !important;
    max-width: 1640px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
    }

    You can add this code to your theme's Additional CSS section (Appearance → Customize → Additional CSS) or through any CSS plugin.

    The result should look something like this: https://prnt.sc/V1X87yGaBRnA

     

    Let me know if you need help tweaking these values or if you'd like to style other elements,

    Kind regards,
    Stefan