Can I make it a widget area? Any way to get a picture there?
How about with HTML or in some other way get the images on the mobilemenu?
No,
I would like to add 2 images to my mobilemenu with CSS. One image on top and the other one in the bottom of the mobilemenu.
Thanks
Very cool!
Last thing 😀
I would love to have 2 images. A logo on top and another one in the buttom. I have tried different things without luck.
Will you help me with CSS to add images to the mobilemenu, please?
Thanks so much!
It works and I absolutely love it!
The background zooms in when the menu is open.
Screenshot: https://ibb.co/Yhf3zv5
Is there any way to prevent it?
Thanks!
Thank you very much 🙂
For some reason the background moves.
Screenshot: https://ibb.co/yywN7LZ
Thanks again!
Hi,
That sounds really great!
The site: http://www.a-c-d.net
Screenshot: https://ibb.co/g7Svq7L
My guess is the CSS selector is: #td-mobile-nav
Not sure though.
Thanks!
Thank you very much!
Can you help me with some CSS to change the width to 50%?
Thanks 🙂
I don’t want to edit how the website looks on mobile. I want to edit the menu sliding in from the left when pushing on the hamburger icon on mobile.
I want to change the look of my mobilemenu. I don’t see where I can do this from the “mobile menu”.
Thanks.
Hi 🙂
Stupid question, how do I edit the mobile menu with the TD-composer? Since I only know how to edit the frontpage with the TD-composer.
Thanks
Ben
I had to turn on cloud library to make activate it, thanks!
Hi,
I can’t open the zone manager, when I click on it nothing happens, thanks!
Very cool setting, thanks!
Hi,
I can’t get -header main menu- setting activated? I don’t have it. With TagDiv Composer open I don’t get anything when hovering on the header, thanks.
Hi,
How do I edit a blogpost with TagDiv Composer?
Thanks!
I used:
.td-scroll-up {
display: none;
}
And it works, thanks!
I tried:
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
And my blockposts became 1200 px wide but it messed up the responsiveness.
It looks like this on some window sizes:
Where it looked like this without the code:
So I tried this:
@media screen and min-width(800px) {
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
}
But somehow it does not change the width?
To fix the sidebars imagesize I did this:
.td_module_1 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
full-width: 100%;
width: 100%;
}
And it works.
To make all images on blockposts full width I did this:
img {
width: 100;
}
And it works.
How come this code doesn’t change the width?
@media screen and min-width(800px) {
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
}
Thanks!
-
This reply was modified 5 years by
benjaone1.
Hi,
You are showing a screenshot of a frontpage. How to get the left panel on your screenshot visible on a blockpost?
Thanks
-
This reply was modified 5 years by
benjaone1.
How do I change the size of the width in all blocks on my site?
Thanks!
I just had to delete cash – it works – yay!!! 😀
Hi again,
I have a standard header and footer style from Theme Panel, and when I stretch the header and footer from Theme Panel -> Template Settings -> Force full width it’s not working. The header and footer is stretched when I’m logged in to WordPress, but when I log out the stretch is gone.
I would consider getting a header and footer template from Cloud Library, but your video is somehow gone.
Your help is much appreciated, thanks!
How do I activate the header and footer? When I hover and click as I do on the rest of the website where “row” gets visible nothing happens?
Thanks 🙂
Hi and thanks!
I would like to stretch both the header and the footer to full width like the rest of the page.
2 image links added
Header stretch: https://ibb.co/C2tR8bp
Footer stretch: https://ibb.co/QCRcjm9
Note: I have not stretched the site now bc I can’t stretch the header and footer.
Thanks
Ben