Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • #736354

    hi, i’m using the 75% maximum width container.

    Image and video hosting by TinyPic

    it’s possible fill the space in green with a sidebar?

    thanks

    #736729

    Hey Pas7o,

    Did you select to show a sidebar in Layout menu on the page in question? Please post a link to the site in question if you should need any further help.

    Best regards,
    Rikard

    #737150

    yes, but the sidebar is inside 75%. not out

    http://www.626bardolino.com/

    #737151

    in the same website, i created this page:

    Image and video hosting by TinyPic

    here i’m using an iframe.
    i want use 100% of the space. i want the body attached to header. but, only in this page.

    thanks

    #738250

    UP

    #738601

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a custom Color Section element with 100% container width

    Best regards,
    Yigit

    #738919

    ok, now i want the body attached to header. but, only in this page.

    the code is like this:

    .content, .sidebar {
    padding-top: 0; 
    }

    but it’s work for all my website. i want use the code for one page.

    thanks

    #738930

    Hi!

    Please change the code to following one

    .page-id-50 .content,.page-id-50 .sidebar {
    padding-top: 0; 
    }

    Regards,
    Yigit

    #738935

    ok, work. thanks

    and for my first question?

    i’m using the 75% maximum width container.

    Image and video hosting by TinyPic

    it’s possible fill the space in green with a sidebar?

    thanks

    #738948

    Hi!

    Please add a unique ID to your color section element and add following code to Quick CSS

    #your-unique-id .container {
        margin-left: 0;
    }

    Regards,
    Yigit

    #740349

    i wrote

    #392 .container {
        margin-left: 0;
    }

    but doesn’t work because i have the sidebar below color section.

    • This reply was modified 7 years, 3 months ago by Pas7o.
    #740725

    Hi,

    Please post temporary admin logins here privately and two screenshots, one showing the issue and other desired layout. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #740968

    not correct:

    Image and video hosting by TinyPic

    correct:

    Image and video hosting by TinyPic

    #742718

    Hi,

    Try adding this css code in QUick CSS:

    .responsive #main .container {
        max-width: 100%;
        padding: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    #742757

    I have ever the sidebar below the content of page

    #742762

    Hi,

    I’m not sure I understood what you meant with your reply, can you elaborate it further, probably a screenshot would help me know the issue with the code I gave.

    Regards,
    Nikko

    #742763

    i created a color section in a page. i give it a name “rspp”. in the code, i must change “#main” with “#rspp”?

    #742765

    Hey,

    Yes, you’re right, just replace #main with #rspp. :)

    Regards,
    Nikko

    #742768

    you can see the result on this page:
    http://www.626bardolino.com/datore-di-lavoro-rspp/

    #742771

    Image and video hosting by TinyPic

    #742774

    Hey,

    Yes, I can see it working as it should.

    Regards,
    Nikko

    #742777

    i want the sidebar at the left of the content of my page.

    not below

    • This reply was modified 7 years, 2 months ago by Pas7o.
    #742788

    Hi,

    I have made changes on the page you pointed out, I set it to No Sidebar instead of Left Sidebar, then inside the color section I’ve added 1/4 and 3/4 grids and on the left sidebar I used the Widget Area element. I have added this also in Quick CSS:

    #menu-menu-laterale {
        text-align: right;
    }

    You might need to adjust it a bit but that should a headstart. :)

    Cheers!
    Nikko

    #744396

    now this is my page (click on):

    postimage

    i used an 1/5, 3/5, 1/5. the widget is into 1/5 and the text is into 3/5.

    it’s possible decrease the space between widget and text? till to put the image below the blue logo? thanks

    • This reply was modified 7 years, 2 months ago by Pas7o.
    #746255

    Hi,

    Yes, that is possible but would you give us a link on that page please (I tried to find it based on the screenshot, link below but doesn’t have the same layout), we can give you some css code but that would affect all the 1/5 and 3/5 margins on all parts of your site. I also didn’t understand this part:

    till to put the image below the blue logo

    Best regards,
    Nikko

    #746802

    we start at beginning. i created this page:
    http://www.626bardolino.com/menu-laterale/

    Image and video hosting by TinyPic

    i add a color section named “fwcs”. into this color section i add a 1/1 element. below the color section there is the sidebar.

    in quick css i add this code:
    #fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }

    in general layout —> dimensions —> i set on content|sidebar a 75%|25%

    my question is: it’s possible have the sidebar near/inline with the content of my page?

    thanks

    #748627

    Hi,

    Sorry I missed this thread, can you try this css code:

    #top .sidebar_left .content {
        padding-left: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #749201

    well, now this is my page (http://www.626bardolino.com/menu-laterale/) (1)

    Image and video hosting by TinyPic

    and this is an ordinally page: (http://www.626bardolino.com/dirigenti-e-preposti/) (2)

    Image and video hosting by TinyPic

    in the first page it’s possible to have the same dimensions of second page?

    i mean to the spaces between the content. the same dimensions/percentages.

    #749407

    Hi,

    Yes, try using this css code and remove the last one I gave:

    #top .sidebar_left .content {
        padding-left: 0 !important;
    }
    .sidebar_left .inner_sidebar {
        margin-right: 20px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #749415

    the uman image must be under blue logo “studio 626”:

    Image and video hosting by TinyPic

Viewing 30 posts - 1 through 30 (of 35 total)
  • The topic ‘Maximum width container’ is closed to new replies.