I activated WPBakery for posts and am using it to get the main text of a blogpost more in the middle of the page.
Now I'd like to change to offset of the post title.
Now it is like this:
Title
------Text
I'd like to have it like:
------Title
------Text
I also have another question. I added my Logo in the Header (top left). Now the Burger-Menu-thingy is a bit offset if you compare it to, say, the mainpage. How can I solve this?
Edit1: You can also see the problem if you click on the burger. "Schließen" and the "X" are offset.
Edit2: Another question :) In "Header and Menu" - "Other Settings" I set the "Close text" as "Schließen". But it is only shown when I inserted a Logo through the page settings. It is not shown in "Werke" but shown in "Ich".
Edit3: I just noticed that the icons for sharing content are a bit off. Is this normal?
2. The "Schließen" is now aligned with the Burger. But the problem remains that the burger itself is set off when a custom logo for the header is added. Compare the burger on "werke" with the burger on "ich".
3. Do I add this text into the js_composer.css or the custom CSS tab under theme options? Edit: Added it to the custom CSS tab, works now! :)
Hey there!
I activated WPBakery for posts and am using it to get the main text of a blogpost more in the middle of the page.
Now I'd like to change to offset of the post title.
Now it is like this:
Title
------Text
I'd like to have it like:
------Title
------Text
I also have another question. I added my Logo in the Header (top left). Now the Burger-Menu-thingy is a bit offset if you compare it to, say, the mainpage. How can I solve this?
Edit1: You can also see the problem if you click on the burger. "Schließen" and the "X" are offset.
Edit2: Another question :) In "Header and Menu" - "Other Settings" I set the "Close text" as "Schließen". But it is only shown when I inserted a Logo through the page settings. It is not shown in "Werke" but shown in "Ich".
Edit3: I just noticed that the icons for sharing content are a bit off. Is this normal?
Thank you! :)
Hi panzermuffin01,
1. Since you are using WPBakery to align the content the title is automatically set to the container edge, you can change it with this CSS:
2. This seems to be a theme issue however you can quickly fix it by adding this text:
in theme options:
(view large version)
3. There is a CSS from js_composer.css that is altering this so you can fix it by adding this CSS:
We are also going to fix this in the upcoming updates.
Hey Arlind!
Thank you for your reply!
1. Title for the post is fixed!
2. The "Schließen" is now aligned with the Burger. But the problem remains that the burger itself is set off when a custom logo for the header is added. Compare the burger on "werke" with the burger on "ich".
3. Do I add this text into the js_composer.css or the custom CSS tab under theme options? Edit: Added it to the custom CSS tab, works now! :)
Thanks! :)
Hi panzermuffin01,
1 and 3. Great!
2. Because the logo is not present the header height is different. Please consider adding this custom CSS:
It should solve your issue.