Tagged: x
-
AuthorPosts
-
September 20, 2016 at 9:58 pm #1184118
cohen611ParticipantHi! I have the footer looking proper in desktop but having trouble getting things to align properly in mobile. The image on footer top right (write.share.discover) should disappear in mobile and the icon on left should center align. The float on the copyright needs to clear so that it will center align properly. I’ve tried many things but here’s the last attempt:
@media (max-width : 767px) {
#rommeled_image-6 .widget .left-image p{
display: none !important;
}.x-colophon-content {
float: none !important;
}
}The other issue is the whole comments section is on the left and not centered.
Thanks in advance for the help!
September 20, 2016 at 9:59 pm #1184119
cohen611ParticipantThis reply has been marked as private.September 20, 2016 at 11:33 pm #1184187
JadeModeratorhi there,
Please use this code:
@media (max-width : 767px) { #rommeled_image-6 { display: none !important; } #rommeled_image-5, .x-colophon-content { width: 100%; text-align: center; } }Hope this helps.
September 21, 2016 at 8:32 am #1184607
cohen611ParticipantHi Jade! Thank you but it did not change anything. The image still displays and things are not aligned.
September 21, 2016 at 9:00 am #1184651
JoaoModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
September 21, 2016 at 9:05 am #1184660
cohen611ParticipantIt’s in the thread!
September 21, 2016 at 10:19 am #1184777
RupokMemberHi there,
Thanks for writing back but certainly it’s not in the thread. Kindly read the reply again and provide required information so that we can have a look and assist you on this. It seems your given credentials for the .htaccess authentication not for the WordPress access.
Hope this makes sense.
September 21, 2016 at 4:09 pm #1185436
cohen611ParticipantThis reply has been marked as private.September 21, 2016 at 11:20 pm #1185935
RadModeratorHi there,
That’s a ton of CSS, I can’t verify if there are broken CSS that affect it. Though I tried the above CSS directly through developer tools and it’s perfectly working. Which means, there is something wrong along with the other CSS you’re adding it with. Maybe not properly closed CSS?
Though, please try adding this code to your child theme’s functions.php
add_action('wp_footer', 'embed_footer_CSS'); function embed_footer_CSS () { ?><style> @media (max-width : 979px) { #rommeled_image-6 { display: none !important; } #rommeled_image-5, .x-colophon-content { width: 100%; text-align: center; } .x-colophon.bottom .x-nav { float: none !important; } } </style><?php }This will isolate this CSS from the rest of CSS. I also added another CSS to center align the footer navigation and change the breakpoint to 979px to include tablets.
Thanks!
September 22, 2016 at 8:51 am #1186402
cohen611ParticipantHi,
Putting it in the functions files did it! The footer looks beautiful!
Thanks for a great theme and having the best support.
Thank you so much and all of the support staff for the fast responses and awesome work!!Cheers,
N
September 22, 2016 at 10:20 am #1186519
RahulModeratorThanks for your kind Words.
Let us know if we can help with anything else.
Thank you.
October 7, 2016 at 12:47 pm #1207076
cohen611ParticipantHi, I am having trouble aligning the comments section of the pages. Currently it sits all the way to the left and I need it to center align horizontally with the rest of pages’ content.
Please help 🙂October 7, 2016 at 3:18 pm #1207282
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-comments-list { margin-left: 15%; } .h-comments-title span { margin-left: 11%; }Hope that helps
Joao
October 7, 2016 at 5:47 pm #1207372
cohen611ParticipantThank you Joao.
That pushed it over but I was hoping for a solution that keeps everything inline with the rest of the content, footer, etc.
October 8, 2016 at 2:38 am #1207743
ChristopherModeratorHi there,
I can’t access your site, please check URL.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184118 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
