Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1214011

    Hi.

    I have two grid rows on page, on two rows. All content in cells are 384 px in height and all “flex_cell_inner” is displayed as 384 px in height.
    But the problem is that the “flex_cell no_margin av_one_fifth” states 404 px in height, leaving 404-384=20 px in padding_bottom for both of the
    Grid rows. Here comes the entire class:
    <div class=”flex_cell no_margin av_one_fifth avia-builder-el-1 el_before_av_cell_one_fifth avia-builder-el-first av-zero-padding ” style=”height:384px;min-height:384px;vertical-align:top;padding:0px;”><div class=”flex_cell_inner”>
    <div class=”avia-image-container avia_animated_image avia_animate_when_almost_visible fade-in av-styling- av-hover-grow noHover av-overlay-on-hover avia-builder-el-2 el_before_av_textblock avia-builder-el-first avia-align-center avia_start_animation avia_start_delayed_animation” itemprop=”image” itemscope=”itemscope” itemtype=”https://schema.org/ImageObject”><div class=”avia-image-container-inner”><div class=”avia-image-overlay-wrap”><div class=”av-image-caption-overlay”><div class=”av-caption-image-overlay-bg” style=”opacity:1; “></div><div class=”av-image-caption-overlay-position”><div class=”av-image-caption-overlay-center” style=”color:#ffffff; font-size:10px; “></div></div></div>

    How can I via CSS remove that!

    Thanks,
    OPVAB

    #1214209

    Hey opvab,

    Do you want the two grids without any space between them? If so then please post login details in private so that we can have a closer look at your settings.

    Best regards,
    Rikard

    #1214238

    Hi,
    posted in PC.

    #1214870

    Hi,

    Thanks for that. The regular WordPress login pages are not working though, please send the URL for the login page as well.

    You must log in to access the admin area.

    Best regards,
    Rikard

    #1216067

    Sorry, forgot that. Posted now.

    /OPVAB

    #1218697

    Hi Rikard or other Moderator.

    Did you find a solution for the issue!

    Thanks,
    OPVAB

    #1218721

    Hi,

    Sorry for the delay. We can’t seem to access the site. Did you move it somewhere else? Please provide the new URL in the private field. A screenshot will help as well.

    Best regards,
    Ismael

    #1218723

    Hi, the posted URL in Private Content is correct.

    Line 1: To login
    Line 2: Page to be edit
    Line 3: Credentials

    /
    OPVAB

    • This reply was modified 4 years, 5 months ago by opvab.
    #1219061

    Hi,

    The site is asking for another authentication (htaccess). Please include it in the private field so that we can check the site.

    Best regards,
    Ismael

    #1219316

    Hi,
    I’m a little bit confused. I tried to login from different domain IP, by going to the login URL I provided in Private Data. I also used the user name and password I created for you and I’m getting logged in to Dashboard. I really don’t understand why you get htaccess issues!!!

    Thanks,
    OPVAB

    #1220455

    Hi,

    Sorry for the delay. This is what we get when we visit the site.

    Screenshot: https://imgur.com/a/EPcEZhe

    Please contact your hosting provider and ask them for help in configuring the server properly.

    Best regards,
    Ismael

    #1221613

    Hi.

    do you get transfered to URL: https://imgur.com/a/EPcEZhe
    or was it supposed to be a screenshot there, because I can’t find any.

    OPVAB

    #1222029

    Hi,

    Sorry about that. Not really sure why the screenshot is missing. We get a Secure Connection Failed page when we visit the site. (see private field)

    You may need to contact your hosting provider for additional info.

    Best regards,
    Ismael

    #1222575

    Hi.
    Have now activated TLS 1.2 and Firefox is ni longer complaining. Could you please check again.

    /
    OPVAB

    #1223716

    Hi,

    Thank you for the update.

    The extra spaces are from the slideshow and image elements inside the cells. You can use this css code to remove those spaces or margins.

    .flex_cell_inner .avia-image-container, .flex_cell_inner .avia-slideshow {
    	margin: 0;
    	padding: 0;
    }
    

    Best regards,
    Ismael

    #1224515

    Thanks Ismael.
    The gap between the Grid Rows is now minimal, so that’s ok. But I can’t seem to get rid of the gap between the “av-layout-grid-2” and the element coming below, that in my case, is a Color section.

    Thanks,
    OPVAB

    #1225251

    Hi,

    We missed the margin from the video element. Try this css code.

    .flex_cell .avia-video {
    	margin-bottom: 0;
    }

    You might have to remove the minimum height of the grid row cells to get rid of the spaces on smaller screens.

    Best regards,
    Ismael

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