• Resolved Christian

    (@cluetzenkirchen)


    Hi,

    if I view my Site on Netbook with the solutions 1024×600 or 1024×768, the design (for example: the menu-bar, Border-radius, font-size in the pink stripe) looks completely difference to a normal solution.

    Can I Change the style.css for this solutions on this way:
    If solution 1024×600 or 1024×768, than resize the the Website to 70%.

    Is there any way to change this?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi

    Is it possible to share your website your .

    If yes then kindly share your website URL.

    So that we can assist you better.

    Thanks
    Akhilesh

    Thread Starter Christian

    (@cluetzenkirchen)

    Ok, here is my Website ??

    https://www.logo-plauen.de

    Hi

    for this go to

    Theme appearance >> option panel >> General << Custom css field

    and paste this code in custom css field

    for 1024×600 or 1024×768 resize

    .pink-container{
    border-radius: 30px !important;
    }

    and change page title Font size

    .pink_title dt
    {
    font-size:choose font size like : 15px;
    }
    .pink-head
    {
    font-size:choose font size like : 36px;
    }

    for change banner description font size

    .pink-container p
    {
    font-size:30px; increment   and decrements  your require.
    }

    just like all other change.to use custom css field.

    Thanks.

    Thread Starter Christian

    (@cluetzenkirchen)

    Ok, i have paste this code in Custom CSS, but if I view the Page on
    https://quirktools.com/screenfly/#u=http%3A//www.logo-plauen.de&w=1024&h=600&a=1, there a noch changes to see…

    for 1024×600 or 1024×768 resize
    .pink-container{
    border-radius: 30px !important;
    }

    and change page title
    .pink_title dt
    {
    font-size: 15px;
    }

    .pink-head
    {
    font-size: 30px;
    }

    for banner description
    .pink-container p
    {
    font-size:26px;
    }

    Hi

    for 1024×600 or 1024×768 resize

    please open custom-responsive.css file (Theme package >> css >>custom-responsive.css)

    and follow attach below Image URL

    https://postimg.org/image/vqb744m3n/

    and Change Title description font size find this file.

    For border radius line no 336 ( custom-responsive.css )

    .pink-container {
       border-radius:30px;
    }

    page title line no 370 ( custom-responsive.css )

    .pink_title dt
    {
    font-size: 15px;(increment and decrements for your choice)
    }

    banner description line no 362 ( custom-responsive.css )

    .pink-container p
    {
    font-size:26px;(increment and decrements for your choice)
    }

    Thanks

    Thread Starter Christian

    (@cluetzenkirchen)

    Ok, now I understand it a little bit, Thanks ??

    But it Looks only good in Firefox, in Internet Explorer are no changes to see!

    Why are tehre differences in Firefox and Internet Explorer? I thought, they use the same files like style.css and custom-respnosive.css!?

    And the font′s between Internet Explorer and Firefox are also different!?

    Theme Author webriti

    (@priyanshumittal)

    internet explorer which version you are using

    Thread Starter Christian

    (@cluetzenkirchen)

    The differences are by IE 10 and 11.

    By the font-family are also differences between Firefox and IE. Configured is “roboto”, but the Browsers doesn′t use roboto.

    Thread Starter Christian

    (@cluetzenkirchen)

    I get in Internet Explorer with the font

      Roboto-Regular.ttf

    the following error:

    CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.

    Thread Starter Christian

    (@cluetzenkirchen)

    Yeah, the font “roboto” is working on Internet Explorer.

    Here u can read how it works:

    https://blog.beacontechnologies.com/custom-fonts-i-internet-explorer/

    Hi

    Did That work
    Can i close this ticket.

    Thanks.

    Thread Starter Christian

    (@cluetzenkirchen)

    Yes, it works!

    Thanks again ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Displaysolution 1024×600 or 1024×768’ is closed to new replies.