Viewing 4 replies - 1 through 4 (of 4 total)
  • The problem is probably being caused by the modifications you made to the default theme, and is likely inside the CSS stylesheet “default.css”.

    BP Album+ cannot change the layout of your site. It sends the web browser a bunch of data wrapped in CSS styling tags. The web browser then takes your template’s CSS stylesheet, and uses the styling rules inside it to arrange the data on the screen.

    Fully explaining how to debug your website’s CSS file would take hours to write, so unfortunately I can’t do that here …but I can point you to some tools that will make your job much easier:

    Use Firebug + FireFox to analyze your CSS
    https://getfirebug.com/

    Learn how CSS works
    https://oreilly.com/catalog/9781565926226

    Use a proper CSS editor that finds mistakes
    https://netbeans.org/

    Hope this helps!

    ^F^

    Thread Starter Liesl Fawcett

    (@liesl1698)

    Thanks for the response. It wasn’t my CSS, it was another plugin interfering with it somehow. I deactivated it cause I didn’t need it anymore and now the page is aligned properly and everything. ??

    Glad to hear you got it working!

    The other plugin was probably hooking into the main template and adding a couple of extra <div>’s somewhere, and then that probably caused the main template to expand and give that gap.

    Yes, debugging BP installations is fun …lol

    ^F^

    Thread Starter Liesl Fawcett

    (@liesl1698)

    Lol. Thanks for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: BuddyPress Album ] CSS issue (alignment)’ is closed to new replies.