• Resolved DanS01

    (@dans01)


    Hi,

    I’m using the free version and when viewed on mobile there is no resizing of text happening. The font is tiny when viewed on mobile.

    Also the Read More buttons on the sliders disappear when viewed on mobile (or a screen sized to mobile).

    Looking at the demo it seems to be responsive so not sure why the version I installed is not working.

    Site: https://www.cherylgaedtke.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please go Admin Dashboard >> Appearance >> Theme Options >> Theme General Options.

    Now copy below CSS Code into Custom CSS Editor.

    body.boxed {
        width: 100%;
        max-width: 1230px;
    }
    @media (max-width: 480px){
    .carousel-text .enigma_blog_read_btn {
        display: block !important;
    }
    .carousel-list li {
        font-size: 8px !important;
        line-height: 12px !important;
    }}

    Here 8px and 12px will be replaced by your choice.

    Save the changes.

    Thanks.

    Thread Starter DanS01

    (@dans01)

    Thanks, working much better now.

    Most Welcome.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive Issues – Font Size & Slider’ is closed to new replies.