Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1180834

    This is a recommendation.

    I like very much your theme, but I have a display problem on screen and devices (max-width: 767px) caused by the element “Blog Posts” with setting “Grid Layout – 3 columns.”
    To make the site responsive, I set the blog post element to 3 columns, and then set it in CSS to display two columns at a certain size 768px-989px.

    However, when the Blog posts element is set to 3 columns, a div with a slide-entry-wrap class will appear for every 3 elements, so a 2-column grid layout cannot be properly represented.

    The html source code at this time is as follows.

    <div class="avia-content-slider-inner">
        <div class="slide-entry-wrap">
             <article> --- </article>
             <article> --- </article>
             <article> --- </article>
        </div>
        <div class="slide-entry-wrap">
             <article> --- </article>
             <article> --- </article>
             <article> --- </article>
        </div>
    </div>

    The result is bellow.

    View post on imgur.com

    I think this html code should be:

    <div class="avia-content-slider-inner">
        <div class="slide-entry-wrap">
             <article> --- </article>
             <article> --- </article>
             <article> --- </article>
             <article> --- </article>
             <article> --- </article>
             <article> --- </article>
        </div>
    </div>

    Please consider reflecting this fix.

    • This topic was modified 4 years, 9 months ago by nonononotch.
    #1181040

    Hey nonononotch,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Which page is it happening on?

    Best regards,
    Victoria

    #1181679

    Hi, Victoria

    Thank you for your message.
    I’ll send the url and temporary admin access.

    Sincerely,
    nonononotch

    #1182787

    Hi nonononotch,

    Well, this is the way html is built in this component and changing it can break other options of the content slider.

    You can try the blog posts component.

    Credentials did not work for me. Could you please update the credentials.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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