Forum Replies Created
-
AuthorPosts
-
Okay I restored it. Take a look.
Okay try again. I had it only showing mobile because that’s where my issue is. When I adjust it to show all of the tabs mobile then on desktop version is is all a mess I used this from another thread tweaking it a bit to make everything fit. But that like I said made it okay looking if you are on your cell phone and now Its weird on the desktop : (..
#top .av-section-tab-title {
padding-top: 0;
width: 20%;
padding: 0;
}Sorry to crash this thread but for some reason I can not create my own. Anyways I want to make the burger menus icon to be a different icon than the three lines. Is this possible?
That’s exactly what I needed! Thank you!
I don’t see where I can attach something here. Sorry for the delay I was having some hosting issues with the new site. Anyways I want the home page to look how it does at http://www.doggygoplay.com but the other pages I don’t want to divide like that ( on mobile version). If you look on a mobile you can see its messing up the layout. http://www.doggygoplay.com/dogwalkingweekly I want the accordian to stay full screen.
Basilis,
Im needing similar assistance. I want my home page to have 2 x 2 column BUT I want another page to use the accordian tabs and when I put in the code below it blocks the accordian tabs from appearing full screen on mobile making functionality a bust. Below is the coding I used but I don’t know how to tell it only when I want it. Like give it a #. I just want more control over when this should and shouldn’t happen.@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin {
display: block;
margin: 0;
height: auto !important;
overflow: hidden;
padding-left: 8% !important;
padding-right: 8% !important;
width: 50%;
float: left;
}
}April 24, 2018 at 6:54 pm in reply to: Contact Form 7 Redirecting to another URL after submission #946074Believe it or not that is the first thing I tried. Sadly, that is not the solution.
-
AuthorPosts