-
AuthorPosts
-
February 3, 2020 at 11:35 am #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.
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.
February 3, 2020 at 9:04 pm #1181040Hey 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,
VictoriaFebruary 5, 2020 at 10:33 am #1181679Hi, Victoria
Thank you for your message.
I’ll send the url and temporary admin access.Sincerely,
nonononotchFebruary 9, 2020 at 5:35 pm #1182787Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.