Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486905

    Hi guys
    Q1 right aligned Caption Text jumps to the left on mobile devices? link in private
    I’ve tried searching for general Text Size responsiveness for Mobile devices
    Q2 could you please advise CSS code to reduce text size for mobile
    Q3 would you advise using Code Snippet for the CSS as it appears to be a great way to label and organise code?
    FYI have pasted all ccs code to avoid overlap or conflict issues:

    ..content, .sidebar {
    padding: 0px 0px 0px 0px;
    }

    @media only screen and (max-width: 480px) {
    .avia-caption-content p {
    font-size: 12px;
    }}

    .single-portfolio .page-thumb{
    display: none;
    }
    .avia_transform .avia_animated_image {
    opacity: 1;
    margin: auto;
    }

    .scroll-down-link { color: #800000 !important; }

    .main_color .toggler {
    color: #800000 ; font-size: 15px; !important;
    }

    .toggler { text-align: center !important; }

    .av_promobox { margin: 6px 0; padding-left:10px; padding-right: 10px; padding: 10px !important;
    }

    .first-custom-text h5 { text-align: center; font-size: 20px; color: #808080; padding-top: 5px; }
    .second-custom-text h1 { text-align: center; color: #af2323; font-size: 65px; font-family: tangerine; padding-top: 5px; }
    @media only screen and (max-width: 678px) {
    .second-custom-text h1 { font-size: 35px; }}
    .avia-content-slider .slide-meta { display: none; }

    .av-masonry-entry .av-inner-masonry-content {
    padding: 7px;
    }

    .av-portfoliogrid-entry .av-inner–content {
    padding: 7px;
    }
    .av-masonry-entry .av-inner-masonry-content {
    text-align: center;
    opacity: 0.5 !important;
    }
    .av-masonry-entry:hover .av-inner-masonry-content{
    opacity: 0.5 !important;
    }

    @media only screen and (max-width: 767px) {
    .av-inner-masonry-content{
    display:none !important;
    }

    .slide-content {
    background: #fff;
    padding: 3 px;
    }

    Thanks
    Chris

    #487543

    Hey fineart,

    1. I’m not sure what you mean, I couldn’t see anything like that on your link. Could you post a screenshot or direct link please?

    2. What text do you want to reduce on mobile, all text or something more specific?

    3. I’m not sure what you mean by code snippets? Quick CSS is good if you are going to make quick changes to the page.

    Regards,
    Rikard

    #487546

    Hi Rikard
    links below
    Clip 1 & t2
    the “Simply beautiful. Beautifullky Simple”
    shifts tp align left on smaller screen size containers

    AND
    Clip 3 & 4
    The ‘Sydney’ text is not responsive and returns to new line upon smaller container size?
    Thanks
    Chris

    #488000

    Hey!

    I cannot find what you are showing in your screenshot on the website you have posted in your private content of your first post. Please provide us a link showing us what’s in your screenshot, so we can inspect the elements.

    Cheers!
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.