-
AuthorPosts
-
neupromo Friend
neupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 5, 2015 at 1:33 pm #721610Hi there,
On Smartphones and tablets responsive screen size shows a send button next to the comment field. Unfortunately the Foto icon is hidden because of the German description (senden). I cant find any CSS file to edit. Resize Window on Smatphone do not Show any CSS File to edit.
do you have any Idea to fix it.
Thank youPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 2:21 am #721677Hi
Did u fixed it ? I do not see Send button on your site now .
Here > > > http://prntscr.com/8zjranPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 2:21 am #753861Hi
Did u fixed it ? I do not see Send button on your site now .
Here > > > http://prntscr.com/8zjranneupromo Friendneupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 6, 2015 at 10:54 am #721741Hi Pankajsharma,
Thanks for getting back to me. What you see on screenshot is taken from Smartphone Samsung Galaxy S5. On regular desktop computers CSS settings are fine. So if you check please refer to Smartphone. It could be possible that is only visible on smartphones. It would fit if I would use a smaller phrase like “sent” but the German phrase is “senden” which is a bit longer.
Thanks for any help.
neupromo Friendneupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 6, 2015 at 10:54 am #753899Hi Pankajsharma,
Thanks for getting back to me. What you see on screenshot is taken from Smartphone Samsung Galaxy S5. On regular desktop computers CSS settings are fine. So if you check please refer to Smartphone. It could be possible that is only visible on smartphones. It would fit if I would use a smaller phrase like “sent” but the German phrase is “senden” which is a bit longer.
Thanks for any help.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 11:41 am #722521Hi
Try this solution :
Add below code in custom.css File Save , clean cache and check.
@media (max-width: 468px) {
html .joms-button--comment {padding-right:25px!important}
}
Let me know if it helps
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 11:41 am #753903Hi
Try this solution :
Add below code in custom.css File Save , clean cache and check.
@media (max-width: 468px) {
html .joms-button--comment {padding-right:25px!important}
}
Let me know if it helps
neupromo Friendneupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 6, 2015 at 12:02 pm #722522Hi pankajsharma,
Now i think it works. I have placed the code at
templates/ja_social_ii/html/com_community/assets/css/style.cssIt looks perfect now. Thanks a lot….
🙂
neupromo Friendneupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 6, 2015 at 12:02 pm #753904Hi pankajsharma,
Now i think it works. I have placed the code at
templates/ja_social_ii/html/com_community/assets/css/style.cssIt looks perfect now. Thanks a lot….
🙂
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 12:42 pm #722524Hi
Custom.css will be in
templates/ja_social_ii//css/custom.cssIf File not there create it with name custom.css and add the code . This will used fr custom codes that will not override when template updated .
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 12:42 pm #753906Hi
Custom.css will be in
templates/ja_social_ii//css/custom.cssIf File not there create it with name custom.css and add the code . This will used fr custom codes that will not override when template updated .
neupromo Friendneupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 6, 2015 at 12:53 pm #722525Hi pankajsharma,
I did place custom.css same as discription. Unfortunately Photo Icon is placed over send button. I can push send button wich works fine. Hidding Photo Icon does not have any effect. Do you have an idea?
neupromo Friendneupromo
- Join date:
- March 2014
- Posts:
- 38
- Downloads:
- 96
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
November 6, 2015 at 12:53 pm #753907Hi pankajsharma,
I did place custom.css same as discription. Unfortunately Photo Icon is placed over send button. I can push send button wich works fine. Hidding Photo Icon does not have any effect. Do you have an idea?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 2:37 pm #722528Hi
The code from custom.css is working fine . Here u can see > http://prntscr.com/8zpdgc
Kindly post full info of issue with screenshot in future , it will help us to solve the problem more fast .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 6, 2015 at 2:37 pm #753910Hi
The code from custom.css is working fine . Here u can see > http://prntscr.com/8zpdgc
Kindly post full info of issue with screenshot in future , it will help us to solve the problem more fast . -
AuthorPosts
This topic contains 19 replies, has 2 voices, and was last updated by Pankaj Sharma 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum