Change width of container not working? - by Tom

This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: Tom
    Tom
    Participant
    August 4, 2015 at 15:16

    How can I change the width of the container in the Legenda theme? The default is set in theme options > Responsive to 1200px but if I make it smaller it has no effect. Doesn’t seem to work. Tried css and can’t seem to override the default width settings.

    Thank you.

    4 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 5, 2015 at 07:21

    Hello,

    Try to use this code in custom.css file:

    @media (min-width: 1200px) {.container {
      width: 1100px !important;
    }}

    Best regards,
    Jack Richardson.

    Avatar: Tom
    Tom
    Participant
    August 8, 2015 at 14:05

    Thanks Jack. I’ll see if that works for me.

    Avatar: Tom
    Tom
    Participant
    August 8, 2015 at 14:25

    Hi Jack. No that didn’t work.

    I’m using a child theme. Added the media query to my style.css and no go. I also tried adding to the default.custom.css of the parent just to see what would happen…didn’t work. Wondering why it won’t override. I checked and the child theme css is definitely coming after parent in <head> so I’m not sure what’s happening. Any ideas? Thank you.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:50

    Hello,

    Please provide us with FTP and WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.