Tagged: color section
-
AuthorPosts
-
December 30, 2014 at 6:03 am #372974
I have problem with how to resize color section. I don’t want it full width of my scene.
Can you teach me?December 30, 2014 at 1:19 pm #373067Hey 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!
YigitDecember 30, 2014 at 5:27 pm #373199i want to resize a white and red area. and put the background to vermilion color
December 31, 2014 at 1:57 am #373385Hi!
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,
IsmaelDecember 31, 2014 at 5:03 am #373406i already try your suggestion but nothing change.
Do you have any recommend?.
December 31, 2014 at 5:06 am #373407this one also.
.avia-section { width: 80%; }
#testimonial-color-section-hold .container { width: 100%; }
December 31, 2014 at 8:06 pm #373680Hi!
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,
AndyJanuary 2, 2015 at 5:55 am #374003This reply has been marked as private.January 3, 2015 at 1:48 am #374362Hi!
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!
AndyJanuary 3, 2015 at 10:37 pm #374557I follow his instructions but it does not work
January 6, 2015 at 1:48 am #375436Hi!
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!
JosueJanuary 6, 2015 at 6:30 am #375483Thank 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. ^_^
January 6, 2015 at 6:38 am #375484i 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?
January 6, 2015 at 9:20 am #375505 -
AuthorPosts
- You must be logged in to reply to this topic.