Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #839850

    hi, how i can vertical align the columns?

    Image and video hosting by TinyPic

    i have do a screenshot on notebook 15″.

    this is the link:
    http://www.s4garden.com/#chirappresentiamo

    thanks

    #839981

    second question:

    website

    i want reduce the text dimension and add padding, always to stay into red space.

    the red space must not modify the dimensions.

    link:
    http://www.paw-informatica.com/#mission

    thanks

    #840233

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #cchirappresentiamo .av_one_fifth {
      min-height:350px;
    }

    Best regards,
    Rikard

    #840234

    Hi,

    Second question: I see that you have added some styling to that paragraph element already, try adding this CSS as well:

    padding: 20px;

    Best regards,
    Rikard

    #840315

    second question:
    i want do a thing like this
    presentazione
    if i add padding, just like you sad, this is the result:
    padding
    this is a screenshot do whit a notebook 15″

    #840324

    first question:
    whit css code
    css

    but i want a thing like this:
    nuovo

    thanks

    #840409

    Hi,

    Ok, thanks for the screenshots, though I think it will be difficult to keep a layout like that since you would have to target each section individually. Maybe it would be easier if you added line breaks in your content?

    <br />

    Best regards,
    Rikard

    #840435

    this is the result whit “<br />” code:

    Immagine1

    why, for example, the website http://www.anthura.nl has all perfectly inline on every device (smartpbone, tablet, notebook, pc) and I no?

    #840732

    Hi,

    You mean perfect like in the screenshot in private?

    Best regards,
    Rikard

    #841269

    ok, but at least until 10″ tablet (horizontal) anthura.nl is inline.
    have you any ideas for my firt question?

    #841371

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1440px) { 
    .av_one_fifth .av_textblock_section {min-height: 120px !important; }}
    
    @media only screen and (min-width: 1024px) and (max-width: 1039px) { 
    .av_one_fifth .av_textblock_section {min-height: 168px !important; }}
    
    @media only screen and (min-width: 767px) and (max-width: 1023px) { 
    .av_one_fifth .av_textblock_section {min-height: 216px !important; }}

    it makes the text sections in each box the same height, which aligns the boxes. I wrote it for the 3 top screen sizes.
    I noticed that you middle box in the top line is missing top and bottom padding, please check in the backend.
    2017-08-19_130907
    Please clear your cache :)

    Best regards,
    Mike

    #841653

    i clear my cache but i don’t see change.

    #841697

    Hi,
    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,
    Mike

    #841917

    ok

    #842722

    Hi,

    I can see the code working just fine and reflecting on the site (refer to screenshot in private content). You can test this by resizing your browser.

    Best regards,
    Nikko

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