Forum Replies Created
-
AuthorPosts
-
I am having same issue. We have a single grid row with the cell padding set to left 150px and right 150px – this looks great on desktop, but on mobile its making my cell width very slim due to the added space now showing on mobile (this space was previously hidden on mobile before recent update)
example on mobile: https://justpaste.it/8n1lxI tried different options in the settings for Responsive and element options – I would not want to hide this on mobile because then my content would also be hidden – I want the left and right padding that I added to be hidden on mobile.
I tried adding in a couple different quires but nothing seemed to work including
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin {
padding-left: 0% !important;
padding-right: 0% !important;
}
}—
I see .responsive #top #wrap_all .flex_cell.av-aqwgup-0732b287ae652ef07ac68f9de495f722 {
padding: 10px 150px 60px 150px !important;
}and tried doing
.responsive #top #wrap_all .flex_cell.av-aqwgup-0732b287ae652ef07ac68f9de495f722 {
padding: 10px 20px 60px 20px !important;
}I also tried
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_cell.av-aqwgup-0732b287ae652ef07ac68f9de495f722 {
padding-left: 0% !important;
padding-right: 0% !important;
}
}but it appears my !important; is being overwrote possibly?
I am having same issue – I went in to make sure everything was updated to newest versions to make sure that wasn’t causing the issue (wordpress 5.5, enfold version 4.7.6.3, plugins, etc…) Also tried to disable the few plugins that were enabled with no luck.
Website front end loads with no issues, backend loads fine except when you go to ENFOLD > the first general options page loads but on the left the usual vertical menu navigation for the theme framework settings doesn’t show and if I try to make any option changes on the 1st page that does load, the save button doesnt work.
screenshot: https://snipboard.io/Po7yDL.jpg
the only other thing I noticed that was odd was under health check it showed:
The settings for post_max_size and upload_max_filesize are not the same, this could cause some problems when trying to upload files.——–
Should I try going back to an older theme version to see if the menu comes back? Any suggestions are greatly appreciated.thanks for the updated css- worked great for now!
- This reply was modified 4 years, 11 months ago by akakacey.
Great – that did the trick – thanks for your time!
Hello – thanks for the reply. Below is a link of the screenshot. Notice at the very right end of the light blue menu there is no border for the LOCATIONS link like all of the others on the right.
http://www.zfmarinepropulsion.com/wp-content/uploads/screenshot-zf.png
The website is now live at http://www.zfmarinepropulsion.comthanks for your time!
March 27, 2018 at 8:28 pm in reply to: quick css for changing the font color on mouseover of a #933860Nevermind I found on a different topic the answer. I added the following to my functions which fixed the issue:
add_theme_support(‘avia_no_session_support’);
Sorry to bother! Thanks again for your great support!
March 27, 2018 at 8:23 pm in reply to: quick css for changing the font color on mouseover of a #933858This reply has been marked as private.March 8, 2018 at 4:06 pm in reply to: quick css for changing the font color on mouseover of a #923932Hello.
Thanks for you the reply and your time to help on this! I have added in the new CSS and it has worked for the link – just what i was looking for thanks!
So then I would have to add in a span.popmake-{ID}:hover for each link i have?
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts