-
Search Results
-
Hi,
I have another question .. Is it possible to change the settings of an HTML tag in responsive design? I used <mark> and I need another font size on mobile view.
Thank you again and best regards,
SabineTopic: Footer/socket fixes
Hi lovely Enfold team! I’m having some funky things going on that I was hoping you could help me with!
1) Mobile socket: I have it set up to center the socket content and stack all the links (so it goes Copyright, two social icons side by side, link, link, link, etc.). Here’s the code I used for that:
@media only screen and (max-width:550px) { .responsive #socket .sub_menu_socket { display: block !important; width: 100%; } .responsive #socket .sub_menu_socket .menu { margin-left: 0; } .responsive #socket .sub_menu_socket .menu li { border: 0; display: block; float: none; text-align: center; line-height: 1.7; } .responsive #socket .sub_menu_socket { display: block !important; width: 100%; } .responsive #socket .sub_menu_socket .menu { margin-left: 0; } .responsive #socket .sub_menu_socket .menu li { border: 0; display: block; float: none; text-align: center; line-height: 1.7; } }Only problem is the social icons are not quite center for some reason – they are just off to the right a little bit. Screenshot provided in the private content.
2) Footer font size: I am using the following code to adjust the size of the font in the footer:
#footer p { font-size:16px !important; }However, it only applies to the first footer column and not the rest (I had to code in the font size of the third footer column to get me through for now)
3I think that’s it for now! Thank you in advance!
Topic: Make button animation flip
Hi,
On my site – http://balrajt9.sg-host.com/ – I would like to make all my buttons into a flip animation effectI am using this custom css
.avia-button.avia-size-large, #top .avia-slideshow-button {
font-size: 18px;
text-transform: uppercase;
color: #ed8b00 !important;
background-color: #ffffff !important;
font-family: ‘Montserrat’, Helvetica, sans-serif;
border-radius: 10px;
padding: 10px 30px 8px 30px;
font-weight: 600;
border:2px solid #ed8b00 !important;
}
.avia-button.avia-size-large:hover, .home #av_section_3 .avia-content-slider-inner .read-more-link a:hover {
transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
color: #ffffff !important;
border:2px solid #007ca5 !important;
background-color: #007ca5 !important;
text-decoration: none;
}However, this does not do the flip effect?
Example of flip effect – https://codepen.io/MoorLex/pen/NBwNZa or something similar
The rollover color/treatment will remain the same, its just the animation needs to be changed to flip.
Hallo,
ich habe den Code von openPetition in ein Code-Block Element eingefügt, es wird aber leier nichts angezeigt.
Was mache ich hier falsch ?<script>
var OPWIDGET = {
“base_url”: “https://www.openpetition.de”,
“api_key”: “3864e7409744603ac4147f7756deac6fcdee2be45a4c7d2deb6efa43591168f7”,
“options”: {
“primarycolor”: “#e07d28”, // andere Farben: https://www.w3schools.com/colors/colors_picker.asp
“secondarycolor”: “#6c6c6c”,
“backgroundcolor”: “#ffffff”,
“mainfontsize”: “12px”,
“language”: “de_DE.utf8″
}
};
</script>
<script src=”https://www.openpetition.de/javascript/widget.js”></script>
<noscript>Bitte aktivieren Sie JavaScript und laden die Seite neu.</noscript>Hello there
I have tested my website through various devices with different resolutions and different modes.
1. The first issue I detected is landscape mode mainly on android devices. When switched to landscape, the right sidebar appears and some content is cut off. I have the option in settings turned on where for mobile devices, sidebars are switched off. In portrait mode, the sidebar does not appear. But when switched to landscape, it appears and nothing auto-adjusts. The thing is I want the mobile version on android and iPhone to be without sidebars, both landscape and portrait modes. I have attached a screenshot with the landscape mode in private content.
2. I have tested my website on other resolutions where the logo, menu, etc. overlap on certain resolutions. I have attached images of these devices in private content.
My extra coding consists of the following incase there is something in there that needs a minor change:
#scroll-top-link, #av-cookie-consent-badge {
color: #000000;
background: #f6971a;
border: 2px solid #000000;
}
@media only screen and (max-width: 479px) {
.responsive #top .logo img {
max-height: 100px !important;
}
}
.cmc_global_data ul li .global_d_lbl {
font-weight: 600;
font-size: 90%;
background: transparent;
color: #00000;
border: transparent;
margin-right: 0px;
}
.cmc_global_data ul li .global_data {
font-size: 11px;
white-space: nowrap;
display: inline-block;
}
@media only screen and (max-width: 767px) {
#header_meta {
display: none;
}
}
h1 {
font-weight: bold;
color: #000000;
font-size: 24px;
}
h2 {
font-weight: bold;
color: #fff;
font-size: 18px;
}
.slide-meta {
display: none!important;
}#top #wrap_all .avia-post-nav {
background: rgb(246 151 26 / 72%);
height: 150px;
}
.avia-post-nav:hover .entry-info-wrap {
width: 300px;
}
.avia-post-nav .entry-info {
width: 275px;
height: 120px;
}Let me know as soon as possible how to fix these issues :)






