jon48 / webtrees-theme-rural

Rural theme for webtrees
GNU General Public License v3.0
11 stars 2 forks source link

missing border #14

Closed arbor95 closed 3 years ago

arbor95 commented 3 years ago

rural-border-missing

jon48 commented 3 years ago

Hello

Would you be able to provide a bit more information on where or how you see this happening? I cannot see it on your public website, and screenshots on issue #13 do not show it, so I guess it is happening only under specific circumstances.

As well, does it appear on all browsers, or only specific ones?

arbor95 commented 3 years ago

Sorry, That Problem has gone after installing the Developement version of the "fancy image Gallery".

arbor95 commented 3 years ago

Gone

arbor95 commented 3 years ago

I just disabled the "Fancy Imagebar" and now it is there again.

arbor95 commented 3 years ago

Please tell me, if you have seen the bad behaviour, cause I will enable this again.

arbor95 commented 3 years ago

I took a closer look at that: the fancy imagebar inserts a padding for the rural : [dir=ltr] .wt-theme-_myartjaubruraltheme .container-lg { padding-left: 15px !important; padding-right: 15px !important; } the normal padding for .container-lg (without the fancy imagebar) is done by: [dir=ltr] .container-fluid, [dir=ltr] .container-lg, [dir=ltr] .container-md, [dir=ltr] .container-sm, [dir=ltr] .container-xl, [dir=rtl] .container-fluid, [dir=rtl] .container-lg, [dir=rtl] .container-md, [dir=rtl] .container-sm, [dir=rtl] .container-xl { padding-left: 5px; padding-right: 5px; }

If change from 5px to 15px it looks ok.

jon48 commented 3 years ago

Hello, I assume that you were using webtrees 2.0.9. The theme was not updated yet for that version, and there was a slight change in the main layout that triggered this behaviour (this was not due to the fancy module).

The new version of the theme 2.0.9-v.1 has just been released.