Tagged: ismael
-
AuthorPosts
-
May 1, 2017 at 1:49 am #785442
Hi
I had to put the button into the text block these would display attached to their content on iPhones. However, it’s hard to maintain horizontal alignment on the desktop and ipad devices. Is there a way to control and maintain horizontal alignment in any way have not thought of.Here’s two pages where I use horizontal buttons within three icon boxes.
I am launching tomorrow, but would like this fixed as soon as possible.
Thanks
LyseMay 1, 2017 at 6:41 am #785518Hey tremblayly,
First off, thanks for using our theme :)
To solve this, you just need to change the font-size from the buttons using this custom CSS code:
@media only screen and (max-width: 769px) { .iconbox .avia-button-wrap span { font-size: 13px !important; } }
Best regards,
John TorvikMay 1, 2017 at 2:57 pm #785757Hi John
Sorry but that did not change anything. The buttons still don’t align and I do not see the font size changed.
Thanks
LyseMay 1, 2017 at 4:52 pm #785847Hi,
Try adding this css code in Quick CSS:
@media only screen and (max-width:1024px) and (min-width:768px) { .page-id-1227 #av_section_4 .flex_column.av_one_third .iconbox { position: static; } .page-id-1227 #av_section_4 .flex_column.av_one_third .iconbox .avia-button-wrap { width: 160px; position: absolute; bottom: 0; left: 50%; margin-left: -80px; } .page-id-1227 #av_section_4 .flex_column.av_one_third .iconbox .avia-button-wrap > a { padding: 15px !important; } }
Let us know if this helps :)
Best regards,
NikkoMay 1, 2017 at 5:10 pm #785852Hi Nikko,
I added the CSS code and did not see a change, however, should I get rid of the custom white space I added within each of the textblock to make these lineup. Would that make the snippet work better?
Also, should I create an ID for that section to use within the code snippet just in case that section gets moved and is no longer section 4?
Thanks
LyseMay 1, 2017 at 5:44 pm #785876Hi Lyse,
The changes should be seen on a tablet or ipad. Did you put the code in Quick CSS? if yes, if you have a caching plugin try to flush the cache, if not, can you give us temporary admin access? so we can check why it’s not working.
Best regards,
NikkoMay 1, 2017 at 6:16 pm #785891Hi Nikko
The code is in my child theme custom styles.css. And yes it is for mobile devices only. I did clear server cache.
I have included credentials below.
Thanks
LyseMay 2, 2017 at 3:25 pm #786422Hi Lyse,
I think it is still cached. I have posted screenshots and links in Private Content, the first one is the screenshot on style.css in the editor and it shows that the code has been added. But if you check on the site and view source, then find the link of child theme’s style.css and view the code, you should see the code is not showing up there (screenshot 2). Can you disable the caching plugin? and check if the code is working.
Best regards,
NikkoMay 3, 2017 at 4:21 pm #787227Hi Nikko,
The cache is control by WP Engine, I have a tool to purge all cache and also clear cache. I use both all of the time.
I see the code is there, but still not lining up the buttons on the ipad device.
Thanks
LyseMay 4, 2017 at 4:16 am #787537Hi Nikko,
My client wants to launch now. So I will continue troubleshooting the mobile displays issues on my staging area until we can find a solution.
Thank you for all of what you have done so far….
Lyse
May 4, 2017 at 10:27 pm #788090Hi,
Please provide us with the staging area, so we can take a look there.
Thank you
Best regards,
BasilisMay 4, 2017 at 10:50 pm #788108Hi Basilis,
Here’s the link: http://crescendo.staging.wpengine.com/wp-admin/ (hosted on WPengine)
Your credentials should work as I deployed the production site over.
Thanks
LyseMay 8, 2017 at 10:50 am #789396 -
AuthorPosts
- You must be logged in to reply to this topic.