Footer 1,2,3 asymetric alignment problem

Home Forums Gillion Theme Footer 1,2,3 asymetric alignment problem

Home Forums Gillion Theme Footer 1,2,3 asymetric alignment problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • hakorel
    Participant

    I use footer 1,2 an 3 widgets with a full width footer and having some alignment issues with them, they are not symetrically aligned. Can you please kindly control the link i provided?

    Thanks,

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @hakorel,

     

    I hope you are well today and thank you for your question.

     

    I can see it is symmetrically aligned in your shared screenshot and also on your site so could you please tell me a bit more in detail about the issue so that i can help you?

     

    Best regards,
    Shufflehound team

    hakorel
    Participant

    I didnt like the red margin. the blue margin is symettric though.

    Also is there a way to disable the faded lines? Shown with green arrows

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    It is not margin but the widget content width which is equal for all widgets irrespective of their contents.

     

    You can disable the faded lines by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-footer .sh-footer-widgets ul li,
    #page-container .sh-footer .sh-footer-widgets ul li {
        border: 0;
    }
    
    #page-container .sh-footer-widgets h3:not(.widget-tab-title):after{
        display: none;
    }

    hakorel
    Participant

    I get it now. Thanks for the lines!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)