-
AuthorPosts
-
February 9, 2017 at 12:02 pm #744764
hi, this is my page:
http://www.626bardolino.com/datore-di-lavoro-rspp/now i’m using a color section named “rspp” with 1/5 & 4/5.
i wrote this scode on quick css:
#rspp .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
in enfold settings i set on content | sidebar = 75%-25%
i want the sidebar near the color section. don’t below
February 10, 2017 at 9:04 am #745261Hey Pas7o,
Please use a 1/1 element instead if you want the sidebar to display next to your content.
Best regards,
RikardFebruary 10, 2017 at 9:30 am #745282it doesn’t work!
February 12, 2017 at 7:29 am #745864Hi,
I can’t see a sidebar on the page you linked to at all, did you select to show one in the Layout menu on the right hand side of the screen when you edit the page?
Best regards,
RikardFebruary 12, 2017 at 10:26 am #745916February 13, 2017 at 8:06 am #746186Hi,
It looks like you are using a grid row element now, did you try the actual 1/1 element?
Best regards,
RikardFebruary 14, 2017 at 10:59 am #746803we start at beginning. i created this page:
http://www.626bardolino.com/menu-laterale/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
February 15, 2017 at 6:57 am #747299Hi,
No, since you are using a Color Section which is full width. Please try to use only a 1/1 element.
Best regards,
RikardFebruary 15, 2017 at 9:12 am #747355February 16, 2017 at 4:43 am #747771Hi,
I’m guessing you want it to apply only to that page? If so then try this in Quick CSS:
.page-id-1587 .main_color .container { max-width: 100% !important; padding: 0 !important; }
Best regards,
RikardFebruary 16, 2017 at 4:10 pm #748007ok, work
another question: maximun percentage content|sidebar is 80%/20%. but, if i wont an 85%/15%? how i can do that? thanks
February 16, 2017 at 4:56 pm #748044well, now this is my page (http://www.626bardolino.com/menu-laterale/) (1)
and this is an ordinally page: (http://www.626bardolino.com/dirigenti-e-preposti/) (2)
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.
February 21, 2017 at 6:21 pm #750084Hi,
you can adjust it using CSS code:
#top #main .sidebar { width: 30%; } #top .sidebar_left .content { width: 64%; }
Adjust as needed.
Best regards,
Andy- This reply was modified 7 years, 9 months ago by Andy.
February 23, 2017 at 11:09 am #750886February 24, 2017 at 4:26 pm #751479Hi,
I had a mistake in my code, so I edited it. Test it now and play with different width values.
Best regards,
AndyFebruary 24, 2017 at 5:04 pm #751496now work. thanks. you can close the topic.
-
AuthorPosts
- The topic ‘color section with sidebar’ is closed to new replies.