-
AuthorPosts
-
April 23, 2019 at 10:16 am #1093603
Hi, how do I move the menu icon to the right – http://prntscr.com/nfn6qj?
The blog feature image is not aligned correctly, how do I fix this – http://prntscr.com/nfn72y – and the blog post title has too much spacing between the lines, how do I fix that?
Thanks.
April 24, 2019 at 7:23 pm #1094115Hey DROR,
Here is the code 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 (max-width: 767px) { .responsive #top #wrap_all .main_menu { left: auto; right: 0; } }
If you need further assistance please let us know.
Best regards,
VictoriaApril 28, 2019 at 9:14 am #1095009Now the image and menu icon are both moved to the right. How can I move the logo to the left and keep the menu on the right?
And what about the feature image on the blog page?
April 29, 2019 at 7:21 pm #1095445Hi bakbek,
Here is the code 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 (max-width: 767px) { .responsive #top .logo { float: left; } }
If you need further assistance please let us know.
Best regards,
VictoriaApril 30, 2019 at 7:12 am #1095609Hi, doesn’t look like it worked. The logo is still on the right overlapping the menu icon.
April 30, 2019 at 8:30 pm #1095909Hi,
Add the code to the very top of quick css so it runs first. Also, be sure to clear the cache a few times over.
Best regards,
Jordan ShannonApril 30, 2019 at 9:02 pm #1095930It is at the top of the quick css but the logo is still not on the left but more along the center/right part.
May 3, 2019 at 9:42 am #1096821Hi bakbek,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- 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 an admin user and post the login credentials in the “private data” field.Best regards,
VictoriaMay 3, 2019 at 9:50 am #1096824This reply has been marked as private.May 4, 2019 at 12:44 pm #1097173Hi bakbek,
Best regards,
VictoriaMay 4, 2019 at 1:11 pm #1097185Thanks but the logo is not aligned to the left, more to the center. If you switch to landscape mode you can see it isn’t on the left side… Can you make the logo show on the left?
May 8, 2019 at 1:18 pm #1098439Hi,
Thanks for the update.
This css code should move the logo to the left.
@media only screen and (max-width: 767px) { .responsive .logo img { float: left; } }
Best regards,
IsmaelMay 8, 2019 at 1:28 pm #1098443Bingo. Thanks.
May 8, 2019 at 8:40 pm #1098573Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Mobile Issues’ is closed to new replies.