Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #231932

    Hello I have the following page im using the page restrict plugin, there no space no the left side. how to add the left padding

    http://crescenthalal.com/food-services/

    #231940

    Hi Albulushi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .page-restrict-output {
    margin: 0 50px;
    }

    Best regards,
    Yigit

    #231947

    I have added the style it move the whole content wrap of the theme everything moves 50px

    #231954

    Hey!

    Please copy & paste the code. It should work fine as custom CSS code only targets .page-restrict-output class and no other theme related classes

    Best regards,
    Yigit

    #231957

    I have did the same and it moved the whole website

    #232083

    Hi!

    Please use this instead:

    #main > div.page-restrict-output {
    padding-left: 50px;
    padding-right: 50px;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #232342

    Nothing happen I have tired with the following code clear my cache no result

    #main > div.page-restrict-output {
    padding-left: 50px;
    padding-right: 50px;
    }

    #232346

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look?

    Best regards,
    Yigit

    #232352
    This reply has been marked as private.
    #232360

    my whole website is shifted towards right ?

    #232368

    please can you redo what you have work on becuase the whole home page is shifted to the right please thanks

    #232371

    Hi!

    I have not logged in yet. Maybe you are seeing the changes you have made previously?

    Cheers!
    Yigit

    #232372

    I will shift the website to staging area and then will give you the login again thanks

    #232376

    Hi!

    Sure, we will be waiting to hear from you

    Cheers!
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.