Tagged: column width, footer
This is a follow-up to the ticket here…
https://kriesi.at/support/topic/increase-last-column-width-site-wide/
I noticed this negatively impacts the footer (which presently uses 3 columns) – not sure why (since the fix you provided was for 1/5)? Is there a way to isolate your code so it doesn’t impact the footer, or edit any customer footer css I wrote to prevent this from happening? If I remove the code you helped me with the footer looks great (but that far right column is thin again and I want it the way you made it appear).
Thanks!
Hey lzevon,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .container, #socket .container {
padding: 0 50px;
}
Best regards,
Yigit
That fixed whatever issue the initial code…
@media only screen and (min-width: 767px) {
#main .container {
padding: 0;
}}
div .av_one_fifth {
width: 16.7%;
}
… created.
Thank you