Home Forums Azuma Pro Site info footer section issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11435
    LCoul
    Participant

    https://prnt.sc/tjpx3a

    As seen here my site info – information is forcing itself into the left half when I simply want it to cover the entire bottom width?

    Even when I have the footer single section selected?

    EDIT: Turns out the ENTIRE Layout section of theme customisation is completely broken and will not update anything on my website? Fix?

    • This topic was modified 3 years, 9 months ago by LCoul.
    #11439
    Andy
    Keymaster

    I think what you may referring to with the “footer single section selected” is the middle part of the footer, as this has 3 columns (3 items per row) as standard but with options to change this.

    The bottom part of the footer is split into two halves by default.

    Anyway to make the site info full width, copy this CSS code to ‘Customize’ > ‘Additional CSS’:

    .site-info {
        float: none;
        width: 100%;
    }
    #11441
    Andy
    Keymaster

    Regarding entire layout section of theme customization is broken, can you please provide more details of the issue, and I’ll do my best to help.

    Just had a quick look at your site, and nothing looks broken. Please let me know more details.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Site info footer section issue’ is closed to new replies.