• Resolved vipteam

    (@vipteam)


    Front Page – Open Content. How to increase the width of this section at 100%? I’d like to have a width such as in Latest Post Section.

    Thanks in advance. Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Open content is already at 100%. Can you show me with a screenshot what you mean?

    Thread Starter vipteam

    (@vipteam)

    Yes, it is easier to explain with a picture. I’d like to do something like this example.

    example

    my goal

    Why?

    I am now doing a bilingual page with Polylang plugin. Everything works perfectly except the homepage. The only two sections that work well are the Open Content and Latest Posts.

    (Yes, I know for qTranslate. But this is too complicated for what I want. My website will have a lot of pages and it is much easier to work with Polylang.)

    So I disabled all sections other than these two. But the Open Content section is “unnatural” width. This will be the main content on my homepage. It looks too narrowly.

    Theme Author lyrathemes

    (@lyrathemes)

    Okay so the section you’re highlighting is not the open content, it is the actual home page content. Open content is the section that has the contact form in it, and as you can see, it is a full width section.

    To manipulate the width of the front page content section, try this CSS:

    .frontpage-content .description {
        width: 100%;
    }

    Thanks!

    Thread Starter vipteam

    (@vipteam)

    Great! It works. Thank you.

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Open Content width’ is closed to new replies.