Tagged: background, CSS, update
-
AuthorPosts
-
November 16, 2022 at 11:56 am #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- This topic was modified 2 years ago by Henningcircle.
November 16, 2022 at 4:31 pm #1372804Hey Henning,
Please try to set your container width to 100% under Enfold->General Layout, or try this CSS:
.container { max-width: 100%; }
Best regards,
RikardNovember 16, 2022 at 4:47 pm #1372811Thanks, 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%;
}November 16, 2022 at 5:17 pm #1372816Hi,
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,
RikardNovember 17, 2022 at 2:48 pm #1372950Thanks 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/November 17, 2022 at 5:28 pm #1372974Hi,
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,
RikardNovember 29, 2022 at 2:43 pm #1374287Hi 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.
November 29, 2022 at 5:11 pm #1374328 -
AuthorPosts
- You must be logged in to reply to this topic.