Footer

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #35544
    Daniel B
    Participant

    Can you please assist me?
    1- I would like to center the social icons on the footer section.
    2- Can I use wpbaker plugin with site-origin editor? Its easier and more convenient when creating page layouts. I cant seem to be able to create a new page, full width sections without it being to wide.

    Thanks!

    #35552
    Raghavendra
    Moderator

    Can I get a link to the page so that I can provide a solution to center the social icons in the footer?

    I would recommend SiteOrigin Page Builder but WPBakery should work too. To create a full width section in siteorigin, you just have to create a row and choose Row Layout as ‘Full Width’. Pls see screenshot below –

    https://imgur.com/RLG1oWB

    If you still have trouble, pls share temp access by emailing us via our profile page contact form https://themeforest.net/user/livemesh#contact and we will take a look.

    #35556
    Daniel B
    Participant

    Hey,

    Thanks for your reply. I understand but SiteOrigin Page Builder has limited features. Here is the link of the website.

    https://www.pasion-edu.com

    I also realized that when I create a new page and select one column without sidebar template sometimes I get a comment section at the bottom of the page (which I don’t need). If I select home page layout I get a gap at the bottom.

    #35557
    Raghavendra
    Moderator

    You can center the social icons in the footer by setting the number of columns in the ‘Footer’ tab of theme options to 1. Then set the Footer Widget Area 1 to house the social icons widget.

    You can then center the same using custom css –

    .sidebar .widget ul.social-list li { padding-top: 0; }
    #footer .widget ul.social-list { margin: 0 auto; }
    #35558
    Daniel B
    Participant

    okay will try it out!

    #35559
    Daniel B
    Participant

    I made the changes, the title needs to be centered as well. Am assuming I will also have to use CSS styling.

    #35561
    Daniel B
    Participant

    Can I reduce the height of the footer as well?

    #35562
    Raghavendra
    Moderator

    The custom CSS –

    #sidebars-footer { 
        padding: 50px 0 0; 
    }
    #sidebars-footer .widget-title {     
        text-align: center;
        max-width: 200px;
        margin: 0 auto 20px;
    }
    #35563
    Daniel B
    Participant

    okay will try it out!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.