-
AuthorPosts
-
April 9, 2016 at 12:43 am #911466
Hello i have been trying to change the width of a facebook like box in a footer position also i already change the width inside the module properties but it doesnt apply the changes.
I am working with JA_puresite template
It’s defalt width is 240px like the next image
And i would like to change the width to 500px, any help me with that. I already try to change the width of "ja-box-ct" in the CSS’s
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 9, 2016 at 5:44 am #911483Hi
Try this
edit this file /templates/ja_puresite/css/template.css and at line 930 add min-width: 500px; as showed below.
#ja-botsl2 .main div.ja-moduletable, #ja-botsl2 .main div.moduletable { margin-left: auto; margin-right: auto; text-align: center; min-width: 500px; }
April 13, 2016 at 5:34 am #917345It works great….
Now how can i resized it back in mobile version?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 13, 2016 at 5:53 am #917357Now how can i resized it back in mobile version?
Hi
Try adding this to your template.css
@media only screen and (max-width: 735px) { #ja-botsl2 .main div.ja-moduletable, #ja-botsl2 .main div.moduletable { max-width:350px!important; } }
April 13, 2016 at 7:25 pm #917693It work good resizing in different divices, but the only thing is that the facebook pictures are not resizing inside the facebook module…
like in the picture,Is there anything possible to do in order to resize everything together, module and the facebook data aswell.?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 14, 2016 at 7:50 pm #918111Ok thanks for all your help
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 6 replies, has 2 voices, and was last updated by otomol 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-