Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #902262

    Hi again. i don’t know what to do….on these screenshots one and the same page, but on my screen it looks exactly https://yadi.sk/i/QmJ9RDRW3RkXDq and on other screens with another resolution it looks like that or more badly https://yadi.sk/i/1Xj9UAyw3RkXk8
    how i can do align records correctly?

    #902318

    Hey pddcoms,

    Can you give us a link to the page in the screenshot? so we can check and give you a css code that should help.

    Best regards,
    Nikko

    #903314

    Maybe we combine this topic https://kriesi.at/support/topic/slider-padding/
    I have a few pages with problems, and i don’t know how it looks on other monitors… what ineed….
    1. I need small padding between section, titles, text sliders and other elemnts. about 15px i meen this section https://yadi.sk/i/_DCMUON73RoX5d
    2. this colums must stand stand straight at all resolutions
    3. Titles on sliders must be at center of slide
    You can see i’am trying to add Quick Css and don’t use your help any time i want, but here i don’t know what to do(((

    PAGES:

    #904589

    Hi,

    Thank you for the info.

    1.) Please edit the grid row cells’ padding settings.

    2.) I’m not so sure what you mean by that. Please provide a screenshot.

    3.) Use the following css code to center align the title.

    .avia-caption.av-slideshow-caption {
        width: 100%;
    }
    
    .avia-caption .avia-caption-title {
        background: none;
        width: 100%;
        margin-bottom: 30%;
        margin-left: 0;
        color: #ffffff !important;
        font-size: 20px!important;
        text-align: center;
    }

    Best regards,
    Ismael

    #904684

    Hi.
    1.padding cells all the same 20px
    2.To align the headers and text on the page I’m using lines with white space https://yadi.sk/i/4hjUNrVX3RuVQ9 but on my monitor it looks like that https://yadi.sk/i/KB0aj5qW3RuVez and on another loket that https://yadi.sk/i/2TQD5uA-3RuVCC

    3.(Maybe we combine this topic https://kriesi.at/support/topic/slider-padding/ ) here i asked how i can change space between slider and titles. because it’s too big https://yadi.sk/i/96rRXvZR3RuWo4 . At left slider i use padding but only to align the right. At right slider i have NO padding. Images resolutions are the same!

    4. Caption don’t work here https://yadi.sk/i/96rRXvZR3RuWo4

    As i wrote, i need to align my titles, images, text and other elements on this pages. Thats why i used lines with white space. But maybe i do something wrong?

    #906060

    Hi,

    1. I believe this is fixed?
    2. Put it inside a section so the top alignment is the same.
    3. It seems the image itself has large white space (example in private content), try to reduce those extra white space.
    4. Caption does work, there’s a Caption tab when you use Image module, however it displays at the center of the image.

    Best regards,
    Nikko

    #906269

    2. Put it inside a section so the top alignment is the same.

    Maybe another method? i need to align titles, images, and other elements. Not only titles at screenshot. Or i don’t uderstand something? Maybe you meen something like this https://yadi.sk/i/FhUCQFhy3Ryz6G ?
    1.3.4 I will try to fix this problems

    • This reply was modified 6 years, 9 months ago by pddcoms.
    #906313

    Hi,

    Yes, have those columns put inside a section so they align properly. Let me know if I have misunderstood it.

    Best regards,
    Nikko

    #906377

    It doesn’t work! :((( On other monitors it looks differently. I know method: One full-width line above elent, But then at mobile version information will not be in their columns. You understand me?

    #906624

    Hi,

    Can you give us a single page that we can use as reference (just one of the list of pages you posted previously), also please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #906760
    This reply has been marked as private.
    #907635

    Hi,

    Thanks for providing the admin access, I have removed the whitespace, removed the bottom padding on the 2nd and 3rd title, and added this css code in Quick CSS for the 1st slider:

    .avia-slideshow.avia-slideshow-1 {
        margin-top: 3px !important;
        margin-bottom: 5px !important;
    }

    so it has the same top and bottom margin as the other 2 sliders, added a custom class for the textbox and called it mytext, then added this in Quick CSS:

    .av_textblock_section .mytext {
        min-height: 90px;
    }

    Let us know if you need further assistance. :)

    Best regards,
    Nikko

    #907814

    HI. now it looks like that on two monitors :https://yadi.sk/i/cjSUtqWv3S6d86 https://yadi.sk/i/wNpzfZvk3S6d9Z On your monitor it’s all aline?

    It’s problem with text aand titles. on other monitors, words are transferred to the next line increasing indentation
    What varisnts we have? add text to one level in each column?

    • This reply was modified 6 years, 9 months ago by pddcoms.
    #907931

    Hi,

    Yes, it’s aligned on my monitor, I have adjusted the code so it looks more aligned:

    .av_textblock_section .mytext,
    .mygrid section.av_textblock_section {
        min-height: 120px;
    }
    
    @media only screen and (max-width:1400px) {
      .av_textblock_section .mytext,
      .mygrid section.av_textblock_section {
        min-height: 160px;
      }
    }
    
    @media only screen and (max-width:1200px) {
      .av_textblock_section .mytext,
      .mygrid section.av_textblock_section {
        min-height: 200px;
      }
    }
    
    @media only screen and (max-width:1024px) {
      .av_textblock_section .mytext,
      .mygrid section.av_textblock_section {
        min-height: 230px;
      }
    }

    However, this solution isn’t the perfect fix since the narrower the screens, the more it wouldn’t be aligned. The only solution I could think of is to use 1 grid row for the 3 headings/title, 1 grid row for the 3 sliders, etc, then in Screen Settings hide it on mobile, then for the mobile version, use 3 single column with each column having the heading, slider, etc. Hope this helps.

    Best regards,
    Nikko

    #909236

    Hi. How to make the Words wrap over syllables for all text?

    #909277

    Hi,

    Try using this css code for that:

    .av_textblock_section .avia_textblock {
        word-wrap: break-word;
    }

    Hope it helps.

    Best regards,
    Nikko

    #912716

    HI again. how i understand the problem with adaptive on different screens not only my problem? Any text looks different on different screens, it gets out of bounds and I can not see it because on my notebook it all looks great. How to solve such problems? Did you do any CSS for all possible screens and text sizes? all I want is that the text and headings look on all screens like on my monitor.

    #913572

    Hi pddcoms,

    Yes, you can always make more adjustments to suit your needs. Can you point out the remaining issues, better with screenshots and links to the pages?

    Best regards,
    Victoria

    #913688

    I’m afraid that i need to make a lot of screenshots, and with different monitors. The essence is one. The font size of the text or title looks different at different resolutions and screen sizes, but on my monitor it looks fine. On another monitors Headers for exemple does not fit into their borders. I mean may be you hav css for all monitors something like this:@media only screen and (max-width:1200px) or you have another method?

    #913775

    Hi,

    If you have long words that can happen sometimes, but you should be able to break the word if it overflows using CSS:

    word-wrap: break-word;

    Or you can use media queries to adjust the font size on different screen sizes like you wrote.

    Best regards,
    Rikard

    #914247

    Well i know that and i ask… it’s only one method to make it right? use media queries on every site i will make? if we all have this problem maybe you have some posts or publik where i can find necessarily CSS? because if you know this problem, may be you allready wright this css for all monitors resolutions?
    If you don’t have this, tell me what step i must use for media css? for exemple: screen (max-width:1200px) H1:30pt screen P:15pt (max-width:1150px): H1 29pt P:14pt?
    it’s all because i don’t know how it looks like on other monitor… at least i see 5 versions of my site at 5 monitors and they all different :(((

    • This reply was modified 6 years, 9 months ago by pddcoms.
    #914744

    Hi,

    Actually the web doesn’t have those standards, you just need to test it on other screen resolutions and make adjustments based on it. Maybe these media queries might help:

    Hope this helps.

    Best regards,
    Nikko

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