• Resolved kram94

    (@kram94)


    Hello there!

    I have succeeded to make the twenty fourteen theme full width with use of the child theme.

    But now I am encountering a problem with the right sidebar. When I enable the right sidebar, like in the example page, https://www.crksolideogloria.nl/?theme=twentyfourteen-child, the text width is not p.a. 80% of the page width.

    How can I solve this?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there:-)

    Try adding this custom CSS:

    .hentry {
        max-width: 100%;
    }

    Cause it was now set to 672px and only full width content had 100%.

    With kind regards.

    Thread Starter kram94

    (@kram94)

    That was the good code! Thanks a billion!!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width of text while using the right sidebar – Twenty Fourteen’ is closed to new replies.