Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1372747

    Hi there, please help!
    1) Recently I looked at the Portfolio items of my customer’s site arnoldvanouwerkerk.nl
    We have had a hack, had it restored, and updated everything. Now I cannot seem to get the grey bar of the special Hero full width.
    Either I am overlooking it or I cannot find it.
    In private content, there is an admin login.
    Can it be a CSS matter?
    It is on the link 9this is how the others will have to go look like) https://www.arnoldvanouwerkerk.nl/project/ontwerp-woning-in-voormalig-raadhuis/
    The title in the hero RAADHUIS BARENDRECHT. This should be centered and full-width.

    2) I seem to have the same/similar issue with the overview of Portfolio items.
    These are supposed to be centered: https://www.arnoldvanouwerkerk.nl/woongebouwen
    Cannot find why they don’t

    #1372804

    Hey Henning,

    Please try to set your container width to 100% under Enfold->General Layout, or try this CSS:

    .container {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1372811

    Thanks, Rikard, I tried.

    “Website Layout” Full Width
    Maximum Width Container: 100%

    I have the idea some Quick CSS can be contradicting.
    I am not fully into it.
    Here is the complete Quick CSS:

    }
    #footer .widgettitle {
    font-weight:bold;
    }
    .container_wrap {
    border: none;
    }

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #project-hero-section > .container {
    width: 100%;
    max-width: 100%;
    }
    }
    .single-post .avia_textblock { max-width: 400px; }

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    transform: none;
    }

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none !important;
    animation: none !important;
    }
    .av-masonry-entry-title, .av-masonry-entry-content {
    text-align:center;
    }
    @media screen and (min-width: 767px) {
    #top .container .av-masonry.av-large-gap {
    left: -35px;
    }
    #footer .widgettitle {
    font-size: 15px;
    font-weight: bold;
    color: white!important;
    }
    .page-id-2123 .main_menu {
    display: none;
    }
    #main .content, #main .sidebar {
    padding-top: 10px;
    }

    .page-id-2175 .main_menu {
    display: none;
    }
    #main .content, #main .sidebar {
    padding-top: 10px;
    }

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
    padding-top: 50px!important;
    }}
    #concordia .container {
    width: 100%;
    padding: 0;
    }
    {
    @media only screen and (max-width: 767px) {
    #concordia .container {
    width: 100%;
    max-width: 100%;
    }
    }
    .container {
    max-width: 100%;
    }

    #1372816

    Hi,

    Please see screenshot in private. We can’t see exactly where it’s coming from since it’s minified, but that is the CSS which is applying.

    Best regards,
    Rikard

    #1372950

    Thanks Rikard, I have been digging around, also in custom CSS areas I could think of, am not a wizard.
    Strange thing is that on this test page it is centered when putting a whole new content section in: https://www.arnoldvanouwerkerk.nl/project/a-test-pagina-centreren/

    #1372974

    Hi,

    The content with this text; testen centreren RAADHUIS BARENDRECHT looks exactly the same as the content below it on my end. We can’t tell you where the CSS is coming from if you have active caching and/or minification unfortunately.

    Best regards,
    Rikard

    #1374287

    Hi Rikard, Thanks for the support!
    Had a CSS-guy have a look at it and somehow he ‘disabled’ it with a code.
    He thinks updates may cause it. Am a bit worried about whether it will stay stable now.

    • This reply was modified 1 year, 11 months ago by Henningcircle.
    #1374328

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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