-
AuthorPosts
-
February 23, 2019 at 3:53 pm #1070670
Hi,
https://maskenzauber.com/shop/kopfschmuck/Second column is set to hide at “tablet” but it does not.
Here is the code:
[av_one_half first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' highlight_size='1.1' border='' border_color='' radius='0px' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='av-break-at-tablet' mobile_display='' av_uid='av-1az1wvg' custom_class=''] [av_heading heading='Kopfschmuck / Headdresses' tag='h3' style='blockquote classic-quote' size='' subheading_active='subheading_below' subheading_size='15' margin='' margin_sync='true' padding='10' color='' custom_font='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jl3xvhts' custom_class='' admin_preview_bg=''] Phantastische Headdress-Kreationen [/av_heading] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jktz0z53' custom_class='' admin_preview_bg=''] TEXTCONTENT [/av_textblock] [/av_one_half] [av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='av-hide-on-mobile' av_uid='av-stkjak'] [av_heading heading='Weitere Kategorien' tag='h3' style='blockquote classic-quote' size='' subheading_active='subheading_below' subheading_size='15' margin='' margin_sync='true' padding='10' color='' custom_font='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jl404jyy' custom_class='' admin_preview_bg=''] ..andere Schmuckstücke, Hüte und Masken… [/av_heading] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jktyzzjp' admin_preview_bg=''] [product_categories number="0" parent="0" columns="5" ids="391, 400, 420, 387, 393, 388, 401, 402, 392, 386, 390, 389, 396, 399, 395"] [/av_textblock] [/av_one_half] [av_heading heading='Produkte aus der Kategorie "Kopfschmuck"' tag='h2' link_apply='' link='' link_target='' style='blockquote classic-quote' size='' subheading_active='' subheading_size='15' margin='' padding='10' color='' custom_font='' custom_class='produkteaus' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size=''][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue887' font='entypo-fontello' av_uid='av-jktz5ypb' admin_preview_bg='']
February 24, 2019 at 10:16 am #1070850Hey Maskenzauber,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMarch 17, 2019 at 10:31 pm #1079726March 20, 2019 at 3:15 pm #1080854Hi,
You have it set to break on tablets, that doesn’t mean that it’s wont show for tablets. You have it set to not show on mobile, which is the only option for 1/2 elements which is not always showing.
Best regards,
RikardNovember 14, 2019 at 3:08 pm #1156818Since it is a category (and there is NO ALB available) i need the shortcode to add.
This is the actual code:
[av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='av-hide-on-mobile' av_uid='av-stkjak']
What do i have to add/edit to make it hide on medium screens?
November 19, 2019 at 3:27 am #1157994Hi,
Thank you for the update.
The column elements don’t have that option by default, but you can apply a custom css attribute and add the following css code to hide it on tablet view.
@media only screen and (max-width: 1024px) { .hide-on-tablet { display: none !important; } }
The columns don’t stack up above each other on tablet view, so having that option might break the layout of the rows.
Best regards,
Ismael1 -
AuthorPosts
- You must be logged in to reply to this topic.