Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311058
    ThaoDuongCordsen
    Participant

    Hi there,
    I’m trying to set padding-left or margin-left of default page, because it stays too close to the left border (see in screenshot) but I can’t.
    I use Stack: Renew.
    Site Layout: Boxed
    Site Max Width (px): 1240
    Site Width (%): 100%
    Content Layout: Full width

    I want to set padding/margin for that page only. Can you please have a look?
    Thank you so much!
    Thao

    #1311376
    Christopher
    Moderator

    Hi there,

    Please change site width to 95%. If you need further assist, provide us with URL.

    Thanks.

    #1311653
    ThaoDuongCordsen
    Participant
    This reply has been marked as private.
    #1311655
    ThaoDuongCordsen
    Participant

    That’s the page after searching. You need to login as a subcriber and search to see that page. I hope that helps you to find it.

    #1311683
    Rupok
    Member

    Hi there,

    Kindly provide the page URL. I can’t see any search option to search yet after login.

    Thanks!

    #1311728
    ThaoDuongCordsen
    Participant
    This reply has been marked as private.
    #1311738
    ThaoDuongCordsen
    Participant

    On my screen (imac 5K) I still can see the headline “01234”, but on laptop I can’t even see it. It stays too far up.

    #1311740
    Rupok
    Member

    Hi Thao,

    Thanks for the exact URL. That’s within header as I can see. So you can add this under Custom > CSS in the Customizer.

    .entry-header {
      padding: 0 20px;
    }

    Hope this helps.

    #1311752
    ThaoDuongCordsen
    Participant

    Hi Rupok,

    It works perfectly! Thank you so much.

    But may I disturb you again (also about padding page problem)? When I click on register, the form pops up, but it stays again too far up and under header (see in screenshot). Can you please have a look? (The thing is: all of my pages, whenever I create a new page, it starts always too far up).

    Link page: http://city-schnellbote.de/preislisten-angebot-oder-plz-kalkulator/

    Thank you so much!
    Thao

    #1311817
    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code in your Customizer:

    .ui-dialog {
        position: absolute !important;
        top: 215px !important;
        left: calc(50% - 130px) !important;
    }

    Hope this helps!

    #1311849
    ThaoDuongCordsen
    Participant

    Hi there,
    it works perfectly!
    Thank you really really much!!! I love X-support team! Always fast support.
    Thank you again.
    Thao

    #1312114
    Rad
    Moderator

    You’re so much welcome! Glad we could help 🙂

  • <script> jQuery(function($){ $("#no-reply-1311058 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>