Hi,
The header social icons display on the top bar on the right doesn´t work. I only cna use display the main header area
I look forward to hearing from you soon
Thanks
Hey endanight!
What exactly is the issue and do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
On header I want the social icones on the top bar over the menu not on the right of the main menu but the option doesn´t work
Hey!
That is because you have following code in Quick CSS
@media only screen and (min-width: 768px) {
#header_meta {
display: none !important;
}}
Please remove it
Regards,
Yigit
Thank you,
Could you tell me how can I decrease the size of the images on mobile devices.
And I have tried to change the size of H1 in advance styling but it doesnñt work.
Can you tell me at least only for mobile phones?
I send you a link with one page to show the big image and the big font size.
Thanks
Regards
Est
Hey!
Are you trying to decrease the size of the image in the color section element? Unfortunately, you can’t without distorting the images. The background property is set to “cover” to keep the the images’ aspect ratio. http://www.w3schools.com/cssref/css3_pr_background-size.asp
A workaround is to add another slider, probably “fullwidth easy slider”, inside the page then use css media queries to toggle the display of the elements. Example here: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
Cheers!
Ismael