Hiho, how can I remove the upper and lower unneeded space of color sections to the neighbouring element and how can I stretch the two layout-boxes (2/5 and 3/5) inside a color section to 100%.
Result in favour is e.g. to not see the light-green color at the sections on this website anymore: https://www.soundbellows.com/
For example on you GYM-demo or HEALTH-COACH-demo site there are also no upper and lower spaces at the sections and all coloums inside the sections are stretched 100% horizontally.
Regards
jo
Solved it myself with this css-customs:
.avia-section .content {
padding: 0;
}
#main .container {
width: 100% !important;
min-width: 100%;
padding: 0;
margin: 0;
}
Dunno if this is okay?
Ahhhh problem – it stretches the socket-bar, too. How can I exclude that (hardcoded it for the moment via #socket .container which doesn’t work smaller 760 – sooo can I exclude it from the custom posted above?)?
Also on responsive (smaller 760) there is still a narrow green border at the bottom of the sections
any tipps out there :-)
Hi jobalzer,
Please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Which space are you referring to? I am not seeing the issue. Is your code still there? You can add some padding to the socket with the next css rule.
Best regards,
Victoria