Okay
  Public Ticket #3343938
There is no frame on the supplier registration page
Closed

Comments

  •  5
    ABDULRAHMAN started the conversation

    Hello dear,

    There is no frame on the supplier registration page.

    9223157888.png
  •  2,167
    WebWizards replied

    Hi there,


    1) This is very dependant on your theme - it will be different with each theme.

    I would suggest:

    -> Try to edit the page and see what kind of template options there are:

    9791130860.png


    for example with the Flatsome theme I have many different page styles here:

    1924679496.png


    Some of them are full width (no frame), but others have sidebars, margins, etc.


    2) Another option is to add this CSS to your site:

    main#main {
        margin: 2% 11% !important;
    }
    header.entry-header {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    

    It will make it look like this:

    4286673344.png