-
AuthorPosts
-
May 31, 2013 at 9:42 pm #24155
Hi,
Does the color section only work on a full width site? I have my site boxed and the color section doesn’t align when using for example two 1/2 columns: http://lavitasana.oscar.nl/sports/fitness/
May 31, 2013 at 10:03 pm #122559Got it wrong… :)
Color section shouldn’t work within columns (in builder you can’t drag it to a column).Try setting the background image to strechted.Working fine here: http://pcawp.portalservices.de/
May 31, 2013 at 10:19 pm #122560What background image do you mean? I don’t use one. It’s just that with the picture on the left and the text on the right, the text gets very close to the edge of the box. That’s my point: I used a color section and added two 1/2 columns in it but they don’t align right.
May 31, 2013 at 10:30 pm #122561I found out what was the problem and that’s too bad actually. It turned out the color section’s alignment gets messed up when using a page with sidebars.
Hopefully one of the support members knows a fix for this.
June 1, 2013 at 6:15 am #122562Hi,
Color Section is meant to be full width. You can either use it at the very top or bottom of a page with sidebar or use on a full width page.
Regards,
Ismael
June 2, 2013 at 9:37 pm #122563Yes, I know it’s intended for pages full width. But, when I use it on a page with a sidebar the alignment is off.
Compare this page – http://lavitasana.oscar.nl/sports/fitness/ – to this page – http://lavitasana.oscar.nl/sports/bedrijfsfitness/
So my question remains: how can I fix color section so it aligns properly on a page with a sidebar?
June 4, 2013 at 5:25 pm #122564Still having the alignment issue.
June 4, 2013 at 5:41 pm #122565Hi yingfuli,
I don’t see any major visual issue with the two pages. The color section still needs to have columns inside of it to give alignment and isn’t meant as a way to create a container.
Regards,
Devin
June 4, 2013 at 10:22 pm #122566The difference between the two pages is rather apparent I think: on http://lavitasana.oscar.nl/sports/fitness/ the image of the color section is aligned at the outer bounds of the container, whereas on http://lavitasana.oscar.nl/sports/bedrijfsfitness/ the image is aligned as it should be, with some padding between it and the container bounds. And yes, I have used columns on both pages. As it is the first is a page with sidebar, the other is full width so hence my question remains: how can I adjust the color section on a page with sidebar so it aligns as it would on a full width page?
June 4, 2013 at 10:24 pm #122567Too bad I can’t post screenshots that would clarify the differences in alignment as I can’t otherwise make it clear that there really is a difference.
June 4, 2013 at 10:53 pm #122568Works like a charm even with sidebar – any alignments are possible.
Have a look at: http://pcawp.portalservices.de/layoutseiten/content-elements/
June 4, 2013 at 11:05 pm #122569Yes, but can see at my site how it is not working like a charm?
June 4, 2013 at 11:29 pm #122570Fixed it with this:
.sidebar_left .content {
border-left-style: solid;
border-left-width: 1px;
border-right: medium none;
float: right;
margin-left: -1px;
margin-right: 0;
padding-left: 50px;
}
June 4, 2013 at 11:39 pm #122571This is maybe caused by your own css-styling – as far as I could figure this out, you are using a child theme. So you should check your stuff first…
On the second sight, there’s the alpha class missing on the surrounding container, but this won’t affect the box sizing. Also, there’s a margin which obviously shouldn’t be there.
Example:
Try to set this CSS:
.sidebar_left .content {margin-right:0;}
This solves the color section prob, but also affects other elements.
In addition, the style.css of your child is missing (Failed to load resource: the server responded with a status of 404 (Not Found) ).
>> http://lavitasana.oscar.nl/wp-content/themes/enfoldchild/style.css?ver=1
This is all I can point out to you…
June 5, 2013 at 3:14 pm #122572It could have been a bug fixed in 1.5 since you are still using Enfold version 1.3.1 thought as formateins it isn’t easily replicated using a separate default installation.
June 6, 2013 at 9:29 am #122573Hi Formateins, Devin,
I do use a child theme as per instructions of the Enfold child theme video. In my ftp console the style.css is there though it is empty. My custom css is inserted in Theme Options and all are picked from the support forum. The last one though I found myself and it did the job. Though I hadn’t tampered with it it read:
margin-right: -50px;
and that caused the color section to not align correctly on sidebar pages.
Anyway, thanks for thinking with me.
June 7, 2013 at 3:34 am #122574Glad you were able to find a fix, just keep in mind you still need to update your main Enfold parent theme :)
Let us know if you have any other questions or issues.
Regards,
Devin
-
AuthorPosts
- The topic ‘Color section’ is closed to new replies.