Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #900942

    Hi Guys,

    in the link i wish my footer pages to show next to eachother 3 and 3. Is this possible please ?

    https://ibb.co/h3ROZG

    #901045

    Hey curmi01,

    Please provide a link to the site/page in question so we can look into this issue further?

    Best regards,
    Jordan Shannon

    #901058

    attached have posted the link

    #901059

    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

    #901068

    hi that gets them 3 columns where as i need two columns with 3 of the pages , what shall i do

    #901075

    changed the column count to 2 and worked thanks

    #901231

    Hi,

    Glad to hear that it’s fixed. Let us know if you need further assistance :)

    Best regards,
    Nikko

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