• Resolved antonw1

    (@antonw1)


    Dear author and site users. Kindly assist me, how can I increase the width of the block with main content on the page in Davis theme? I mean, it is now set as a relative width “50%” of the screen width or close to it. But how do I make it “80%” for example? Custom CSS? What exactly can be applied to change that?

    Could you provide an example of CSS code please?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @antonw1,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    .wrapper { width: 1040px; }

    Increase or decrease the value to modify the width of the wrapper. Let me know if that does it.

    — Anders

    Thread Starter antonw1

    (@antonw1)

    Dear Anders, thank you, it finally worked!

    Anton

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width of block with main content in Davis theme’ is closed to new replies.