Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #87562
    Eric
    Participant

    Please see: Screenfly Error
    How I can change this, so that the text has not a line break and the box is great enough, all please responsive. What can I do?

    #87590
    Mahesh
    Participant

    @ericmuc: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    @media screen and (max-width: 767px) and (min-width: 481px) {
        #main-slider .entry-container {
            width: 50%;
        }
    }

    Regards,
    Mahesh

    #87598
    Eric
    Participant

    Thanks!

    OK, in the mobile view it is solved. Unfortunately please see the linked image, in some constellations even in the desktop view this error occurs:
    Image

    What can I do? Is here a solution possible, in which the box ist everytime a little bit larger than the used word and the text size is in all screen resolutions set so that here no differences occur due to the different browsers and systems.

    (the error of the image doesn’t occur on my sytem but on another of a collegue in abroad)

    Thanks, kind regards

    #87600
    Mahesh
    Participant

    @ericmuc: Same here, not occurring in mine either. Please use the following CSS:

    @media screen and (min-width: 767px) {
        #main-slider .entry-container {
            width: 350px;
        }
    }

    Hope this helps.

    Regards,
    Mahesh

    #87621
    Eric
    Participant

    Thanks, now it is ok, Kind regards, Eric

    #87719
    Mahesh
    Participant

    @ericmuc: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slider Head Error’ is closed to new replies.