Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1161742

    Hey 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,
    Rikard

    #1161751

    Thank 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.

    #1162901

    Hi,

    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,
    Ismael

    #1162929

    Thank 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?

    #1163287

    Hi,

    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,
    Ismael

    #1163337

    I 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/5

    Or?

    Thanks.

    #1163961

    Hi,

    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

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