Tagged: x
-
AuthorPosts
-
May 23, 2016 at 5:48 am #1004958
Kristan PParticipantHi there
http://www.motionsonic.co.uk/test1/
How do have it so the three promo boxes line up vertical on a small screen as at the moment they go really narrow so makes the text very awkward to read and some of the titles get cut off and just looks bad! The main problem is when on mobiles.
I’m currently using block gird to allign the promo boxes as that’s the only thing I found that worked.
Thanks a lot
May 23, 2016 at 6:32 am #1005013
ThaiModeratorHi There,
Please try adding the following CSS under Customizer > Custom > Global CSS:
@media(max-width: 480px){ #post-7080 .x-block-grid.three-up>li { width: 100% } }Hope it helps 🙂
May 23, 2016 at 7:51 am #1005124
Kristan PParticipantActually after updating x theme (I was on 2.02!) it has aligned it properly now.
Another quick point, unrelated, but my blog page background is not showing up, even when I have an image uploaded in the normal place to add a background picture. It’s as though when that page is assigned to be the blog post page it overwrites the background image with nothing.
http://www.motionsonic.co.uk/blog
I’ve tried using the code as searched:
.blog .site {
background-image: url(“path-to-your-image-here”);
}but it doesn’t look right as the picture has a clear line where it starts again. Unlike the normal background pictures.
Cheers
May 23, 2016 at 8:09 am #1005147
ChristianModeratorHey 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 / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
May 23, 2016 at 8:18 am #1005162
Kristan PParticipantIs there another option as I’d rather not pass over log in details.
Thanks.
May 23, 2016 at 8:24 am #1005170
Kristan PParticipantone point to mention is that the when I changed what page was to become the blog post page from the wordpress reading settings, it did indeed override the background image on that page too.
May 23, 2016 at 8:35 am #1005190
ChristopherModeratorHi there,
I’m sorry but we need to check your settings to find the problem. Please provide us with login credentials in private replay.
Thanks.
May 23, 2016 at 10:04 am #1005312
Kristan PParticipantThis reply has been marked as private.May 23, 2016 at 10:35 am #1005393
JoaoModeratorHi Kristian
Please follow this example:
.blog .site { background: #fafafa url(http://entropymag.org/wp-content/uploads/2014/10/outer-space-wallpaper-pictures.jpg) center top repeat; }Hope that helps,
Joao
May 23, 2016 at 10:41 am #1005416
Kristan PParticipantHi there
Thanks a lot. It works ok. Not quite as good as the normal background option, no idea why that isn’t working.
Thanks for your help.
One more thing,
The promo boxes on: http://www.motionsonic.co.uk/test1 do not vertically align. I’ve tried using code from a previous thread to no avail. (.x-promo {min-height: 683px; position:relative;} /*set promo boxes with minimum height*/
.x-promo a.x-btn.x-btn-block {position: absolute; width: 80%;bottom: 0;margin: 0 auto 5%;} /*position the button to the bottom*/)Thanks a lot
May 23, 2016 at 12:19 pm #1005603
Nabeel AModeratorHi again,
You can use the following code for the alignment of the promo boxes:
.x-promo { min-height: 790px !important; background: #fff !important; }Let us know how this goes!
May 23, 2016 at 12:32 pm #1005625
Kristan PParticipantGreat that worked perfectly thanks.
Lastly how do i get the buttons to then allign at the bottom and not at the end of the text. Preferably central too.
Cheers
May 23, 2016 at 12:57 pm #1005678
ThaiModeratorPlease add the following CSS:
.x-promo-content .x-btn { display: block; max-width: 170px; margin-left: auto; margin-right: auto; }Hope it helps 🙂
May 23, 2016 at 1:42 pm #1005746
Kristan PParticipantThanks, that aligned the buttons to be central but they are still at the bottom of the text, not at the bottom of the actual box as desired.
May 23, 2016 at 2:30 pm #1005845 -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1004958 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
