Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1006817
    nadinedomnink
    Participant

    hi, i would like to reduce the width of a single site within my homepage. it’s a site including just written text and i want the written text to be slim and look more elegant. any idea? thanks! nadine

    #1006844
    Christopher
    Moderator

    Hi there,

    Please adjust site width under Customize -> Layout and design.

    If you want the adjustment only for home page, then please provide us with your website URL.

    Thanks.

    #1009544
    nadinedomnink
    Participant
    This reply has been marked as private.
    #1009623
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1009662
    nadinedomnink
    Participant
    This reply has been marked as private.
    #1009975
    Friech
    Moderator
    This reply has been marked as private.
    #1010512
    nadinedomnink
    Participant
    This reply has been marked as private.
    #1010538
    Rue Nel
    Moderator

    Hello There,

    If you want to change the width of the mentioned url, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .page-id-74 .x-container.max.width {
        max-width: 1100px;
    }

    If http://www.your-domain.de/erbrecht/ is not the correct page, please edit the code above and change the .page-id-{123} ID number of the page. To know where to find the page ID, please check it here: https://community.theme.co/kb/how-to-locate-post-ids/

    Hope this helps.

    #1010607
    nadinedomnink
    Participant

    cool, thanks!

    #1010610
    Paul R
    Moderator

    You’re welcome! 🙂

    #1010619
    nadinedomnink
    Participant

    hi, sorry, I just saw that the result is not what I wanted as I explained it wrong. I just want the margin of the text to be bigger and the text field to look slim. The rest of the site (header, footer etc.) should not change.

    ???

    thanks

    #1010632
    Rue Nel
    Moderator

    Hello Again,

    Do you want something like this?
    http://prntscr.com/b8kvxh

    If this is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .page-id-74 .x-container.max.width .x-main.full {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px;
    }

    Hope this helps.

    #1010641
    nadinedomnink
    Participant

    that’s it!!! 🙂

    thanks!!!

    #1010665
    Lely
    Moderator

    You’re welcome!

    Cheers!

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