Footer columns

This topic contains 15 replies, has 4 voices, and was last updated by  Alex Rollin 5 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #456238

    Wholistic
    Expired Member
    Post count: 80

    Hello,

    I am using the Supreme Directory GV1. How can I have 3 footer columns instead of 4?
    Thank you!

    #456241

    Paolo
    Site Admin
    Post count: 31206

    I’m sorry, but there is no option to do that, the only way would be to avoid using the 4th and adding a little css code to make the 3 use the full width of your website.

    If you add 3 dummy widgets and provide a link to your website, we’ll provide the CSS.

    Let us know.

    Thanks

    #456381

    Wholistic
    Expired Member
    Post count: 80
    This reply has been marked as private.
    #456383

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. Try using the custom CSS code below and see if it works for you. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .footer-widgets .col-lg-3:first-child { 
        display:none!important;
    }
    
    @media (min-width: 1200px){
    .col-lg-3 {
        width: 33%!important;
    }
    }
    
    @media (min-width: 992px){
    .col-md-3 {
        width: 33%!important;
    }
    }
    #456390

    Wholistic
    Expired Member
    Post count: 80

    That worked, thank you!

    #456396

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You’re Welcome and have a nice day!

    #456401

    Wholistic
    Expired Member
    Post count: 80

    Hi again 🙂

    I was not sure where to ask this question so I will do it here since it concerns the theme.

    When I inspected the home page in Google Search Console, it said that the website is not mobile friendly. Do you know why and how can I make it mobile friendly for Google?

    #456403

    Wholistic
    Expired Member
    Post count: 80
    This reply has been marked as private.
    #456409

    Paolo
    Site Admin
    Post count: 31206

    If you click the arrow on the right side of the error, it will give you more details about what they found has errors.

    Let us know.

    Thanks

    #456418

    Wholistic
    Expired Member
    Post count: 80

    Here is an updated screenshot with the detailed errors..

    #456434

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you need to click on each of them and it will tell you which page is presenting the errors.

    Please do it for both.

    Thanks

    #456508

    Wholistic
    Expired Member
    Post count: 80

    Hi,
    Unfortunately, when I click on each item, a blank window opens up. You would think Google would have their website working 😀

    I will keep checking if anything changes and will let you know of any specifics.

    #456594

    Wholistic
    Expired Member
    Post count: 80

    It is the home page – both errors. How can it be fixed?

    #456715

    Paolo
    Site Admin
    Post count: 31206

    I don’t see any element in the home page that is not responsive and/or too close to click.

    I would not worry about it.

    Thanks

    #461568

    Wholistic
    Expired Member
    Post count: 80

    Hello,

    Will the above custom CSS code work the same way with the V2 version? I upgraded and now the columns are back to 4. Thank you.

Viewing 15 posts - 1 through 15 (of 16 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket