Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #616646

    I would like to have a diffente padding on the right and left in some colour section. What I need to do?
    I have added:
    #custom-id-padding {
    padding-right: 150px
    padding-left: 150px;
    }
    And custom-id-padding in the colour section id but it is not working and I don´t have any idea.

    Thanks

    #616991

    Hey endanight!

    You are missing a semi colon after “padding-right: 150px”. Please add it and if that does not help still, try changing the code to following one

    #custom-id-padding .container {
    padding-right: 150px !important;
    padding-left: 150px !important; 
    }

    Best regards,
    Yigit

    #617390

    Thanks, Only woirks with your code.
    Then I can do the same for anythins I want to change, Can´t I?

    Regarding to the update since then, I have problem to edit the pages, I need to deactivate the plugins and activate them again . And it is very slow. I can´t use Minify neither. Why? Can you do something about that? And I would like to know if you have plugins deactivated doesn´t matter at all. Is that correct?

    I would like this well the use the default mode to edit, then I can copy and paste some html for images and text. What I need to do?

    I look forward to hearing from you.

    #619519

    Hi!

    Please increase the memory limit to at least 128M to speed up the advance layout builder. https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Are you on a shared hosting? It’s quite normal for this kind of hosting plan to have a “not-so-fast” page response. If you want to improve the page load, upgrade the hosting plan.

    Regards,
    Ismael

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