solved sb pages bigger gaps between rows when logged out

soaringeagle
@soaringeagle
7 years ago
3,304 posts
not sure if it has to do with whole page caching (which i enabled) or not
but between each sb page row theres a wide gap when logged out that does not exist when logged it
its approx. 20 px more or less
appears to be at the bottom of the row although the css has margin 0 auto
setting it to -20px auto
the same css (if row is indeed the issue) appears logged in or out
i think it might be something within row however
but i don't understand why it is being rendered differently whether logged in or out
only thing i can imagine is the random groups section is hidden from logged out users and the biggest gap by far is at the bottom of the page where the groups would be (just above tag cloud)

tested in multiple browsers


loggedin.jpg
loggedin.jpg  •  390KB

loggedout.jpg
loggedout.jpg  •  374KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 01/06/18 02:51:34PM
michael
@michael
7 years ago
7,715 posts
Looks like there is some CSS , probably this:
.sb-widget-col .connectedSortable {
    margin: 0;
}
That is in an admin only section of your templates somewhere. If you make that available to the logged out users, then the extra padding should go away.

--edit--
best guess is its related to the /jrSiteBuilder/templates/page_container.tpl file which has some admin only CSS in there.
updated by @michael: 10/04/17 11:41:13PM
soaringeagle
@soaringeagle
7 years ago
3,304 posts
good job just added it to site.css with !important
rather then mess with sb templates that might get fixed soon


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags