Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #953476

    Hello,

    I tried to use the CSS from this post: https://kriesi.at/support/topic/change-width-of-footer-column/ to try to alter my 2 column footer to more of a 33/66 format (rather than the default 50/50). I used the code.
    #footer .flex_column:nth-child(1) {
    width: 30%;
    margin-left: 0;
    }
    #footer .flex_column:nth-child(2) {
    width: 65%;
    margin-left: 5%;
    }

    I am not a CSS expert so maybe I screwed something up with that code, but it seemed to work exactly as I had hoped. The issue now is that after putting in the that code the entire website with seems to have shrunk and the titles switched to ALL CAPS.

    I removed the code and the footer seems to have returned to 50/50, but the ALL CAPS and narrower page width still remain. I cleared my browser cache as well as purged the Pagely cache and CDN. Any idea what is happening?

    -TJ

    • This topic was modified 6 years, 7 months ago by tmohin.
    #953975

    Basically, the width of the content + the sidebar seems to have narrowed, and the blog titles and the text overlaying the banner image have switched to ALL CAPS. I didn’t mess around with any of the other formats before putting in that quick CSS, so I am not sure why things would have changed.

    I am looking to get this sent around to my team ASAP, but I would like to fix these two issues first.

    Thank you.

    #954289

    Hi tmohin,

    The width of the content needs to be set in the theme options.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer .container {
           max-width: 90%;
    }
    #top #wrap_all  #av_section_1 .entry-content-wrapper h1.av-special-heading-tag  {
            text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #954723

    Hi Victoria,

    It seems putting that script in the quick CSS worked!

    However, it does not seem like the % is having any impact. We want a decent margin on the left and right, but we didn’t want it to be soo narrow. Basically we would like the content+sidebar to be about 80% the width of the browser window so it doesn’t seem like the content is reaching end to end. I tried changing it to 50% just to see if it would change anything, but the content still stayed just as wide.

    Currently i have in my quick CSS:
    #footer .container {
    max-width: 40%;
    }
    #top #wrap_all #av_section_1 .entry-content-wrapper h1.av-special-heading-tag {
    text-transform: none;
    }
    .special_amp {
    font-family: sans-serif;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: inherit!important;
    color: inherit!important;
    }

    Shouldn’t adjusting that width % have some impact on what is being rendered?

    My apologies if my descriptions are confusing.

    #955539

    Hi,

    This CSS which seems to be coming from Quick CSS is currently applying on your site:

    #footer .container {
        max-width: 80%;
    }

    Is that correct or not? If not then please try re-saving under Enfold->General Styling to re-generate the CSS files.

    Best regards,
    Rikard

    #956641

    That is what it says now. I think there may have been a little confusion about what I was asking for. I wanted to adjust the full page width, not just the footer. But changing the “dimensions” in enfold didn’t seem to have any effect.

    -TJ

    #956972

    Hi TJ,

    Ok, thanks for the clarification. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

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