Tagged: 

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

    I have problem with how to resize color section. I don’t want it full width of my scene.
    Can you teach me?

    #373067

    Hey top127!

    Unfortunately fullwidth elements such as Color Section element would only work fullwidth. If you can post a screenshot and show the changes you would like to make, we may provide you a workaround. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #373199

    null

    i want to resize a white and red area. and put the background to vermilion color

    null

    #373385

    Hi!

    Apply a background color and add a unique id on the section using the For Developers: Section ID field. Use “boxed-section” for example then use this on Quick CSS or custom.css:

    #boxed-section .container {
    width: 1030px;
    }

    Use css media queries to adjust the width of the section container on different screen sizes.

    Regards,
    Ismael

    #373406

    i already try your suggestion but nothing change.

    Do you have any recommend?.

    #373407

    this one also.

    .avia-section {
    width: 80%;
    }
    #testimonial-color-section-hold .container {
    width: 100%;
    }
    #373680

    Hi!

    do you mind giving us admin access so we can have a deeper look into it? post it here as a private reply.

    Best regards,
    Andy

    #374003
    This reply has been marked as private.
    #374362

    Hi!

    as Ismael already mentioned please don’t use color sections (as they only work fullwidth). Instead use red background color and follow his instructions on https://kriesi.at/support/topic/how-to-resize-color-section/#post-373385

    Show us the changes you did on a test site if it does not work.

    Cheers!
    Andy

    #374557

    I follow his instructions but it does not work

    #375436

    Hi!

    You were using a 1/1 column, i changed it to a color section and now the container width is 800px as you set it in Quick CSS. If you want to change the inner container background, use:

    #boxed-section .container {
        background: black;
    }

    Cheers!
    Josue

    #375483

    Thank a lot
    i very appreciate for your help and i very apologize if my action caused annoyance all you to feel uncomfortable in anyway.

    Thank you. ^_^

    #375484

    i have some question.

    why first time i did this code with color section but it does not work

    #boxed-section .container {
    width: 1030px;
    }

    which config i have to change?

    #375505

    Hi!

    Please try using following code instead

    #boxed-section .container {
    max-width: 1030px;
    }

    You can use 100% as well instead of 1030px

    Best regards,
    Yigit

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