Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248441
    stephane Janssen
    Participant

    Hello,

    despite of my search to change the layout,margin,padding I didn’t success
    to change the margin/padding of my shop home page that display different category.
    I tried in the custom CSS different things to get a margin right but no success.
    could you show me the way ? thank you (I’m using integrity stack)

    http://www.multimediaconcept.be/shop

    also is it possible to get a tutorial of different CSS designing the x theme/woocommerce

    thank you

    #1248516
    Christian
    Moderator

    Hey there,

    In Appearance > Customize > Layout and Design, reduce your Site Width to 90% (see attachment).

    No CSS is needed. There is also no tutorial as changing theme layout through CSS is not supported. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. Or, you can do it yourself by learning developer tools. See https://www.youtube.com/watch?v=LOKRNcrk2sQ

    Thanks.

    #1248649
    stephane Janssen
    Participant

    thank you, it worked

    #1248651
    stephane Janssen
    Participant

    is it possible to remove tha fine white 1px border all around my pages ?

    #1248671
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-boxed-layout-active .site {
        border: none;
    }

    Hope it helps 🙂

    #1248953
    stephane Janssen
    Participant

    thnaks it worked fine !
    one last question I’d like my header logo width occupying 100% not like 90% of the content width
    is it possible ?

    #1249013
    Rupok
    Member

    Hi there,

    It seems you have already achieved this with this :

    header.masthead .x-brand, header.masthead .x-brand img, header.masthead .x-container.max {
      max-width: 100%;
      width: 100%;
    }

    Do you still need assistance on this?

    Cheers!

    #1249927
    stephane Janssen
    Participant

    no thanks.

    #1249971
    Thai
    Moderator

    If you need anything else please let us know.

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