Hello Support,
On the HomePage when viewing the site on the browser full screen the Image with text “Draw outside the lines. Question login. NEVER question your dreams.” aligns perfect with the 4 images that are on the right side.
3/5
is big image on the left
1/5
2 images
1/5
2 images
When the browser resized, the bottom of the big image doesn’t align with the other 4 images that are on the right.
What can I do to allow me to do get it to align.
Here is the shortcode as well in case its needed.
[av_three_fifth first]
[av_textblock]
[/av_textblock]
[/av_three_fifth][av_one_fifth]
[av_textblock ]
[/av_textblock]
[av_codeblock wrapper_element='' wrapper_element_attributes='']
<div style=”margin-bottom: 28px;”></div>
[/av_codeblock]
[av_textblock ]
[/av_textblock]
[/av_one_fifth][av_one_fifth]
[av_textblock]
[/av_textblock]
[av_codeblock wrapper_element='' wrapper_element_attributes='']
<div style=”margin-bottom: 28px;”></div>
[/av_codeblock]
[av_textblock]
[/av_textblock]
Hope you can help.
Hey Marcelo!
Thank you for the info.
Edit the draw outside the lines image, add a css class selector. Use “draw-question-image” for example, something like this:
<img class="alignnone size-full wp-image-4032 draw-question-image" src="http://shelliv.bydecosta.com/wp-content/uploads/sv_manifesto_v1.jpg" alt="sv_manifesto_v1" width="697" height="400">
Use media query then apply a minimum height for the image on smaller screens to re-align it:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.draw-question-image {
min-height: 240px;
}
}
Best regards,
Ismael
Thanks Josue this request can be closed.
Thanks again.
MP