Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #698945

    Hello,
    For changing the sidebar width, I’ve gone to Enfold > General Layout > Sidebar Ratio and define the ration. It looks like 80%/20% is the lowest I can go, but the side bar to the left on my website is still wide…is there anything else I can do?
    picture 1

    I want to add a picture that fills the entire background. On the backend, I’ve added a color section and uploaded my own picture. With an existing picture…the picture I uploaded on the color section fills the entire background like I want. Please see in private content.

    But when I go back to remove the inside picture, with the goal of having the background picture display alone…it only shows a banner size of the background picture. Also see in private content.

    Please let me know how I can fix this.

    #698991

    Hey Wisith,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #699242

    Hello,

    Please see below for my website.

    I have a slider in place now rotating between two pictures. You can see the slider immediately once you enter my site. I ultimately want to have the black/white image rotating in the slider as my background picture to fill the entire screen. I was told that I can do this with color section.

    I also want to know if my sidebar on the left side of my website can be adjusted. It is too wide for my liking.

    Thanks

    #700651

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create color section elements with 100% container width. Then place your slider inside it.

    To decrease the size of the sidebar, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar #top #header {
        width: 200px;
    }
    .html_header_left #main {
        margin-left: 200px;
    }

    Best regards,
    Yigit

    #702902

    Hello,

    For the side bar, I added the code and it looked to be off center:
    picture1

    #703264

    Hi,

    Please try adding !important rule as following

    .html_header_sidebar #top #header {
        width: 200px !important;
    }
    .html_header_left #main {
        margin-left: 200px !important;
    }

    If that does not help, please create temporary admin logins and post it here privately.

    Best regards,
    Yigit

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