Tagged: footer
Hi Guys,
in the link i wish my footer pages to show next to eachother 3 and 3. Is this possible please ?
Hey curmi01,
Please provide a link to the site/page in question so we can look into this issue further?
Best regards,
Jordan Shannon
attached have posted the link
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (min-width: 768px) {
#footer .flex_column:nth-child(2) .menu {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}}
Best regards,
Yigit
hi that gets them 3 columns where as i need two columns with 3 of the pages , what shall i do
changed the column count to 2 and worked thanks
Hi,
Glad to hear that it’s fixed. Let us know if you need further assistance :)
Best regards,
Nikko