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

    hi, i created a color section with a custom background color:

    Image and video hosting by TinyPic

    the brown color must be inline whit the black bar. how can i do that?

    this is my website: http://www.paw-informatica.com/

    thanks

    #805660

    Hey Pas7o,

    A color section always displays up to the fullwidth of the screen. http://kriesi.at/themes/enfold-2017/elements/color-section

    If you would like it to only be until the black border, perhaps it’s better to use a 1/1 column.

    Best regards,
    Sarah

    #805893

    i can’t use 1/1 column because i need to divide my content in 1/5 column

    #806289

    I just need to fix the background inline with black bar

    #806598

    how would I make a full image fit a whole size of the page here
    bodytalkminneapolis.com on home page?

    #807322

    UP

    #807380

    Hi,

    Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    To solve the issue, remove the background of the color section then add this css code in the Quick CSS field.

    #chirappresentiamo .container .template-page {
        background-color: #8e8373;
    }

    Best regards,
    Ismael

    #807414

    Nothing has changed

    #807449

    Hey!

    Please add following code to Quick CSS

    #chirappresentiamo .container {
        width: 100%;
        padding: 0;
    }
    #chirappresentiamo {
        max-width: 1296px!important;
        margin: auto!important;
        float: none;
    }

    Regards,
    Yigit

    #807892

    these codes don’t help me because i don’t need work with pixel. because on tablet i have a resolution, on smartphone i have another resolution, on pc another, …

    my pc (tv 40″):
    Image and video hosting by TinyPic

    my notebook (15″):
    Image and video hosting by TinyPic

    #807986

    Hi,

    Simply edit your Color Section element and remove custom background color from it

    Best regards,
    Yigit

    #807995

    i did these questions because i need a custom background

    #808091

    Hi,

    You can remove background color from your color section and then add following code to Quick CSS

    #chirappresentiamo .content {
        background: #8e8373;
    }

    Best regards,
    Yigit

    #808294

    i did it but nothing has changed.

    i thinks is better work with percentage.

    i set on enfold settings:
    maximum container width: 100%
    container + sidebar width: 97%

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