-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 30, 2017 at 8:31 am #1006722Hi dr_tatian,
Please help us to separate your questions so that each question should be in 1 topic so that if other people have the same concern, it would be very helpful.
For the slideshow description text in mobile view, you can use this css rule:
@media (max-width: 480px) { .ja-ss-desc { display: block !important; } }
Regards
January 30, 2017 at 8:17 pm #1006829Thank you, just to confirm this should be placed in the custom.css file?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 31, 2017 at 1:21 am #1006876You’re right. It’s better to put custom css code into the file: ROOT/templates/ja_medicare (your default template)/css/custom.css
February 1, 2017 at 9:05 pm #1007431thanks i will put this in the custom.css file – what do i need to do to call it for this piece of code? assuming it just goes in the code editor section of the element
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 2, 2017 at 3:45 am #1007492Hi,
You just add above css code into ‘custom.css’ file, all custom code inside this file will be loaded in priority on your site.
Regards
February 4, 2017 at 12:41 pm #1008049I have made the described change and now it will appear in mobile views. However it takes up the entire screen and does not reatain its size similar to that which is on desktop screen. Refer to attached for example
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 6, 2017 at 4:14 am #1008392Yes, this slideshow is hidden in mobile view by default so it’s not styled in small view port. You can use Media Queries as above and add style for it.
For example, if you want to change font size for the description, you use this declaration:
@media (max-width: 480px) { .ja-ss-desc h3 { font-size: 20px; } .ja-ss-desc p { font-size: 10px; } }
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by dr_tatian 7 years, 9 months ago.
The topic ‘Formatting issues with positions, text and appointment button’ is closed to new replies.