-
AuthorPosts
-
January 3, 2018 at 9:04 pm #892921
Im not sure why the price text on the first box under pricing isnt centering like the rest. Its on this page:
dev.mezzalunadesign.caAlso is there a way to get all my boxes to display the same height on tablet view? They seem to be fine on desktop and mobile.
I circled it here: https://ibb.co/iSVWbbJanuary 4, 2018 at 9:43 am #893172Hey amerzib,
It’s not centered because of the padding, what you can do is to remove the padding or reduce the font size. As for the height, can you create a section and put a unique developer ID to it and put those pricing boxes inside it? so we can try to give you css code that should work on creating equal height boxes.
Best regards,
NikkoJanuary 4, 2018 at 5:25 pm #893293Hi there, Im not sure what you mean about creating a section with a unique ID. Could you please explain that a bit further?
Ill try to get rid of the padding for the 1st box centering issue.January 4, 2018 at 9:14 pm #893425Hi amerzib,
The text is centered on my end
Here is the code for the tablet, you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) { h4.module.text { font-size: 16px; } #top #wrap_all .all_colors h1.module.text { font-size: 16px; } .flex_column.av_one_fifth { min-height: 310px; } }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 13, 2018 at 7:18 pm #896915Thanks, that seems to work for tablet.
Is there a way I can also get the boxes to appear the same height on desktop without having to tweak each box’s padding individually in my layout?January 14, 2018 at 1:31 pm #897077Hi,
Yes, please post us your login credentials (in the “private data” field), so we can try to create do it for you.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoJanuary 14, 2018 at 3:09 pm #897098Thanks I created a new user and am posting the login in the private area for you.
January 14, 2018 at 7:28 pm #897144Hi,
Thanks for providing the admin access, I have implemented what I suggested above and added this css code in Quick CSS:
.home #after_layer_slider_3 .template-page { padding-bottom: 0; } #price-1 .entry-content-wrapper { display: flex; }
Let us know if it helps :)
Best regards,
NikkoJanuary 15, 2018 at 4:49 am #897354Thanks but it doesnt look right on mobile now
Screenshot- This reply was modified 6 years, 10 months ago by amerzib.
January 15, 2018 at 5:40 am #897379Hi,
Try adding this css code in Quick CSS just below the code I added:
@media only screen and (max-width:767px) { #price-1 .entry-content-wrapper { display: block; } }
Let us know if this helps :)
Best regards,
NikkoJanuary 15, 2018 at 4:48 pm #897627That worked, thanks!
January 15, 2018 at 5:58 pm #897652Hi,
Glad to hear that. Thanks for using Enfold! Have a nice day! :D
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.