-
AuthorPosts
-
November 30, 2019 at 10:17 am #1161443
I am creating some pages using 2/3 – 1/3.
I have main content in 2/3 and I have widgets in 1/3.Everything is ok, the problem comes when I click to see a single post. The structure is not 2/3 – 1/3
Two questions.
1- How can I change single to use 2/3 – 1/3?
2- What is the actual structure single post uses by default?Thanks.
December 2, 2019 at 6:23 am #1161742Hey peterolle,
Single pages depends on if you use the Layout Builder or not for the post, or if you have selected to have a sidebar or not. In your case I think you should select to not use a sidebar, then add the layout which you described above.
Best regards,
RikardDecember 2, 2019 at 7:06 am #1161751Thank you Rikard.
1- How can I change single to use 2/3 – 1/3?
2- What is the actual structure single post uses by default?That means that if I publish a post, it appears with content and sidebar by default. As I have all my “pages” using 2/3 – 1/3, I need to have the blog layout to be 2/3 – 1/3.
That way all published posts and all new ones will have a 2/3 – 1/3 structure.
So.
1- How can I change single to use 2/3 – 1/3?
2- What is the actual structure single post uses by default?Thanks.
December 5, 2019 at 11:54 am #1162901Hi,
Thank you for the update.
You can modify the single.php file manually and adjust the html there. Or check the default structure of the single post page in the browser inspector and adjust the container width with css.
.container .av-content-small.units { width: 73%; }
You can also adjust the content to sidebar ratio in the Enfold > General Layout > Dimensions panel. Look for the Content | Sidebar Ratio settings.
Best regards,
IsmaelDecember 5, 2019 at 12:28 pm #1162929Thank you Ismael.
I will modify my pages that use 2/3 – 1/3 to match the blog.
What is the actual structure single post uses by default?
December 6, 2019 at 5:12 am #1163287Hi,
The default single post page template contains two main containers — one for the main content (.av-content-small) and another for the sidebar (.sidebar). If sidebar is disabled, the main content container will be center aligned and becomes full width.
Best regards,
IsmaelDecember 6, 2019 at 11:31 am #1163337I understand that.
I need to know what structure is using based on the builder so I can match it.
2/3 – 1/3
3/5 – 2/5Or?
Thanks.
December 9, 2019 at 4:35 am #1163961Hi,
Thank you for the update.
The default Content | Sidebar ratio is set to 73% | 27%, so when it’s translated to columns, you have to use 3/4 and 1/4 columns. It will not be exactly the same but it’s close. Set the ratio to 66% | 34% if you want to use 2/3 and 1/3 columns. Why do you have to separate the content and sidebar manually? You can just automatically enable the sidebar for the pages and the same content | sidebar ratio will be applied to it.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.