Shape 5

Joomla Templates => Game World - Club => : 7lippY January 19, 2016, 12:15:27 PM



: Template is shifted
: 7lippY January 19, 2016, 12:15:27 PM
Hi!

Have CB - Community Builder installed, and noticed the shifts provide the template to some.

See pictures

(http://www.bilder-hochladen.net/files/big/lvk0-5-aee9.jpg)
(http://www.bilder-hochladen.net/files/big/lvk0-6-d465.jpg)

how can i fix that?

In the forum of CB they could help me not

https://www.joomlapolis.com/forum/164-german/232547-cb-verschoben#276738 (https://www.joomlapolis.com/forum/164-german/232547-cb-verschoben#276738)


: Re: Template is shifted
: mikek January 19, 2016, 12:31:54 PM
Hello,

Those are issue with their extension. Templates does not provide css for third party extensions, that is the responsibility of the extension developer. They ultimately need to fix this for you. If you can post a url to where this occurs I can see if there is are any easy adjustments to make in the css.


: Re: Template is shifted
: 7lippY January 20, 2016, 10:10:45 AM
Hi

in this link, you can see the first picture

http://flatlin3rs.de/index.php/cb-profile/userprofile/FlippY (http://flatlin3rs.de/index.php/cb-profile/userprofile/FlippY)

The second picture, one sees only the error, if you want to edit his Profiel :(


: Re: Template is shifted
: mikek January 20, 2016, 02:57:12 PM
Hello,

The are missing css for their button class. You can try adding the following to custom.css to see if helps:

.cbTabNavMenuMoreBtn {
margin:0px !important;
margin-right:10px !important;
margin-top:10px !important;
}


: Re: Template is shifted
: 7lippY January 21, 2016, 11:31:00 AM
Indeed!

The snippet in custom.css works.

Only the mouseover function does not work so well: - /

Did you also have a snippet for me?

Then there's the one with the radio buttons.
I can create an test-account for u  ;D
PM pls, even if you want to look  ;)

Thx a lot first of all


: Re: Template is shifted
: mikek January 21, 2016, 12:56:04 PM
Hello,

Again, these are things that your component developer should be correcting in their code, so I would recommend that you report this to them.

You can try this for the hover, but they are using an odd combination of class names on this area, so it may not work:

.cbTabNavMenuMoreBtn:hover {
margin:0px !important;
margin-right:10px !important;
margin-top:10px !important;
}

Please post a test username so I can view the radio buttons. Along with a direct url to where the problem can be seen.


: Re: Template is shifted
: mikek January 22, 2016, 10:26:39 AM
Hello,

The layout that they are using is not correct for a label and input, and they are also missing css for the radios as well. This css will correct it though:

.radio-inline input {
margin-top:-13px !important;
}