• Hi together..
    with the new Update from 2.10 to 2.11 many layout topics changed….
    Using the old header.

    The menu font-color now is dark, even if I set the color before to white. So I need to set it again.

    The underline-color (on the slider and on the pages where there is this little underline) is in the standard-red. But I defined all colors and still it remains red. This worked now since 2018 and now not anymore?!

    and on the mobile view now I get big a margin on the left and right which minifies my content a lot. Found no setting at all for that. I use Sydney in combination with the siteorigin page builder – and I did no full site editing but use the standard sydney container from editing a page. Gutenberg deactivated.

    When will there be a fix? I rolled back to 2.10 now, because it doesn’t work with that unfortunately.

    Currently the page runs on 2.10 and everything works. The link attached for you if it helps you

    Thank you in advance.

    Greetings

    • This topic was modified 2 years, 2 months ago by thalakus.
    • This topic was modified 2 years, 2 months ago by thalakus.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    We changed some things regarding colors (that weren’t customized) and layout. Every few years we need to do this ?? It shouldn’t affect areas that you’ve customized.

    You can update back to 2.11 and show me what you want to change and I can help.

    Vlad

    Thread Starter thalakus

    (@thalakus)

    Hi @vladff
    thanks for your quick response!
    I can’t upgrade on the live productive site for layout-reasons and only have local test-areas.
    But attached you see, what’s changed:

    Can’t change the underline-color
    get a strange margin on the mobile and the text is also smaller
    also on the PC-view the relations change with a smaller content area with additional margin.
    and the title color is resetted.

    see this link attached with the screenshots:
    https://postimg.cc/gallery/xmkSjBr

    • This reply was modified 2 years, 2 months ago by thalakus.

    The spacing is indeed larger now.
    The underline could be a bug, we’ll investigate.

    Here’s some CSS so you can customize it the way you want:

    
    .content-inner {padding:30px;}
    #mainnav ul li a:not(:hover) {color: #fff !important;}
    @media only screen and (max-width: 991px) {.content-inner {padding: 15px;} }
    .text-slider .maintitle:after {background-color: #33ce00; }
    
    Thread Starter thalakus

    (@thalakus)

    So I checked on my local installation now, if there’s any option to change this.

    Yes, the text color is easily changeable. But the underline color remains red because it’s not anymore linked to the main-color.

    And the margin on the smaller screens is also appearing everytime so the content is much more compressed on the mobile-screen and not as full-width as it could be.

    And the PC-view also has some changes as mentioned above where I didn’t find the possibilities to make the adjustments.

    How should we proceed?

    Thank you very much in advance!

    @thalakus Check the code above, please.

    Thread Starter thalakus

    (@thalakus)

    Hi @vladff
    checked it now:

    the underline workaround would work.
    The container-inner padding works also
    and the mobile padding works also.
    Will this be implemented in the next update so the Sydney Users won’t need to set up the CSS by default?

    And what’s remaining is the outside-padding.
    Because on the PC-View and also Mobile view the outside-margin increased and made the pages more narrow (as marked on my screenshots in the link above)
    https://postimg.cc/gallery/xmkSjBr
    How can I solve this?

    Also a question:
    the code #mainnav ul li a:not(:hover) {color: #fff !important;} is needed as workaround or does it the same job if I set the color for the top-layer-menu-items in the customizer colors->Header ?

    Thank you very much!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Update 2.11’ is closed to new replies.