Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #306884

    http://lw.bypundyk.com/

    Hello Support,
    How do can we adjust the Color Section when you see “Helping you create a proactive new Liis on Life!… and the form on the right” to be the same with as the image above?

    We want the background to look like the way the client has on their vision eg:
    http://lw.bypundyk.com/wp-content/uploads/liis_web2.jpg

    Please let me know if that is possible.

    Thank you,
    MP

    #306942

    Hi Marcelo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 1140px) {
    .page-id-2890 div#av_section_1 .container { width: 1140px; }}

    Cheers!
    Yigit

    #306973

    Hello Yigit,

    http://lw.bypundyk.com

    I added the css code as you mentioned but the section background on the homepage is still going full screen.

    On the homepage the color section I have as follows:
    Sections Colors: Main Content
    Custom Background Color: #70c2cc
    Background Repeat: No Repeat
    Section Minimum Height: No minimum height, use content with section to define section height…
    Section Padding: Default Padding
    Section top Border Styling: Display Simple Top Border

    Below is an example of how we want it to look:

    #306978

    Hey!

    Please edit your Color Section element and remove background color and then use following code in Quick CSS field instead

    @media only screen and (min-width: 1140px) {
    .page-id-2890 div#av_section_1 .container {
    width: 1140px;
    background-color: #70c2cc;
    }}

    Regards,
    Yigit

    #307011

    Perfect thats exactly how we want it but one more thing.

    When the page gets resized, we want the background color to display as well.

    Thanks,
    MP

    #307030

    Hi!

    Please add following code to Quick CSS as well

    .page-id-2890 div#av_section_1 .container { background-color: #70c2cc; }

    Cheers!
    Yigit

    #307058

    Thanks for your help thats what we want :)

    Awesome support love it

    #307063

    Once last question… I want to add like 7px so there is white space between the Advanced Layer Slider and the content below like the jpg. Please let me know what I can do.

    eg:

    #307065

    I actually added the following on the Quick CSS and wanted to check with you if this is the correct way to do it.
    #top #wrap_all #main .avia-no-border-styling {
    border: medium none;
    padding-top: 6px;
    }

    Thanks,
    MP

    #307310

    Hey!

    That would work, but more “solid” way would be applying a unique ID to your Color Section element ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and use the code as following instead

    #your-custom-id { border: medium none; padding-top: 6px; }

    Best regards,
    Yigit

    #376435

    Thanks for your help.

    MP

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘adjusting background width in Color Section’ is closed to new replies.