Header

Posted in: Newspaper
Post count: 91

Hello,
How is the live search element placed exactly right after the main menu in the demo header,
but when I do this, it goes under the main menu?

Have a nice day.

Post count: 91
Post count: 35449

Hi,
You need to set both elements to be displayed inline – https://i.imgur.com/R244UzS.png https://i.imgur.com/MGTEgjW.png
Thank you!

Post count: 91

Hello,
The options you mentioned are already enabled, but they are still being displayed below each other.
No matter how much I try dragging them with the mouse to align side by side, it doesn’t work.

Could you please guide me more precisely on how to place these two elements next to each other?

Thanks.

Post count: 91

I want the main menu to be displayed on the right and the search icon on the left, aligned on the same line.

Post count: 35449

Hi,
Please do like this on mobile view port the row that is for the header when it’s empty, should be something like this – https://i.imgur.com/XeVFXhX.png drag the elements like you want to be, should be the search, logo and mobile. https://i.imgur.com/Ogyc0A6.png after that select the column and in Layout tab select the settings like this – https://i.imgur.com/tAtAuGY.png
I hope this will help you!

Post count: 91

Hello,
Thank you for your guidance.
I followed your instructions, but when I open the search tool, half of it appears off the screen.
https://s34.picofile.com/file/8486510192/Screenshot_2025_08_19_000428.png
How can I fix this?
Thanks a lot!

Post count: 35449

Hi,
Edit the homepage using tagDiv Composer, select the search icon and check the General tab scroll down to the Search form section and set the for offset to the left (I think 250 will be enough) – https://i.imgur.com/1FCe6Ih.png
Thank you!

Post count: 91

Hi, how can I build this header from scratch aligned to the right? Can you help me?
https://demo.tagdiv.com/newspaper_shop_makeup/header/

I placed the rtl.css file inside the template files
Thanks

Post count: 91
Post count: 91
Post count: 35449

Hi,
Unfortunately, it will be need to be done from scratch. Do you want it to be exactly the same as this one https://demo.tagdiv.com/newspaper_shop_makeup/header/, but on RTL, or without the shop part?
Thank you!

Post count: 91

Hi,

Yes, I would like to use this header in my website but aligned to the right:
https://demo.tagdiv.com/newspaper_shop_makeup/header/

The shop will be active, but not in this exact style.

My website will be for selling digital files and educational content.
Thank you.

Post count: 35449

Hi,
Ok, so the first step is to have an RTL language selected on wordpress, for example, I will select Arabic – https://i.imgur.com/90vPjA9.png, then go to Cloud templates and click on + on Header templates – https://i.imgur.com/XguMYXz.png, then search for “makeup” https://i.imgur.com/GW3D4L2.png open the template in tagDiv Composer – https://i.imgur.com/Kuk7maO.png, then it should look like this https://i.imgur.com/gpGfdsC.png then just drag and elements in the palce you want (change logo) …. for example drag the left column with the menu in the right – https://i.imgur.com/TK0k9vI.png https://i.imgur.com/AM5hv6u.png the menu elements to be display from ltr to rtl use this custom css :
.rtl .tdb_header_menu .tdb-menu {
flex-direction: row-reverse;
}

I hope this will help you!

Post count: 91
Post count: 35449

Please make sure that the WooCommerce plugin is installed and activated, after that, install tagDiv Shop plugin https://i.imgur.com/UoEmn7T.png https://i.imgur.com/6RD5Ppv.png

Post count: 91

Hi,
Yes, it was fixed after installing the plugin.

https://s34.picofile.com/file/8486557126/Screenshot_2025_08_21_140342.png
Now I have a few questions:

How can I move the search button to the right? (shown with the blue arrow)

Why is the spacing between the menu items shorter at the end of the menu? (shown with the red arrow)

How can I move the “Login to account” text to the right? (shown with the green arrow)

How can I fix the spacing between the login icon and the shopping cart? (shown with the yellow arrow)

Thank you for your guidance.

Post count: 35449

Hi,

Unfortunately, the button can be moved only with css, you can use this css:
body .tdw-search-form .tdw-search-form-inner .wpb_button {
position: absolute;
}

You can set the css in tagDiv Composer in css zone – https://i.imgur.com/TUjcyHr.png

To have the same space between menu elements, please set the Elements space 0 and use Elements padding 0 15px – https://i.imgur.com/qCwmxpM.png adjust the padding after your needs.

The login elements can be set to the right using this custom css:
body .tdw-block-inner .tdw-wml-wrap .tdw-wml-menu{
text-align: right;
}

The code can be set in tagDiv Composer in css zone – https://i.imgur.com/JddsYrk.png

To adjust the space between the shop and my account element, select the shop cart and select the cs tab, then remove the left 30px margin and set 30 to the right margin – https://i.imgur.com/fIGCFt4.png https://i.imgur.com/Yu3OYD1.png (it is possible to me more elements that need to be fixed like this, because the css was set for LTR direction and does not need to be changed for RTL)

Thank you!

Post count: 91

Hi,
1. Is this search tool only for WooCommerce products? If yes, is there a search tool for the entire site content? Or are there separate search tools for articles and for the shop?

2. How can I rotate the search button like in the image?
https://s34.picofile.com/file/8486559426/Screenshot_2025_08_21_182855.png

3. For widgets/tools that are left-aligned but I want to use their right-aligned version, what CSS code can I use? I mean, is there a universal CSS code that can make all left-aligned widgets right-aligned on the site?

Also, which is better to use: the rtl.css file I sent, or to use short custom CSS snippets like the ones you suggested, for example:

body .tdw-block-inner .tdw-wml-wrap .tdw-wml-menu {
text-align: right;
}

or

body .tdw-search-form .tdw-search-form-inner .wpb_button {
position: absolute;
}

Thank you.

Post count: 91

And
How can I remove the shadow of the search box? I want the search box to be at the same level as the background.
https://s34.picofile.com/file/8486559742/Screenshot_2025_08_21_192014.png

Post count: 35449

Hi,

Yes, that search element is designed only for the shop. If you want a live search that provides results for both articles and shop products, you can replace the element with the live search element. This will display results from both categories, though some product information might not be fully displayed.

To adjust the border radius, please use the border radius option:
https://i.imgur.com/w8IB1yC.jpeg

https://i.imgur.com/ykUSmoM.jpeg

Both options should work, so you can use either one.

Shadow: It depends on whether the shadow is set on the element itself or on the column that contains the element. Normally, you can use the Composer’s search function to look for “shadow,” then use the red indicator to check where the shadow settings are applied. For example:
https://i.imgur.com/AzCVX6z.png

Thank you!
Calin

Post count: 91

Hi,
Okay, I want the live search tool to look like the WooCommerce search tool, meaning only the search box and its button should be visible, without any shadow or border.
https://s34.picofile.com/file/8486559742/Screenshot_2025_08_21_192014.png
https://s34.picofile.com/file/8486559426/Screenshot_2025_08_21_182855.png

And how can I move the icon to the left?
I used the icon box tool.
https://s34.picofile.com/file/8486606884/Screenshot_2025_08_24_221905.png

Thank you!

Post count: 91

And what is this empty space?
https://s34.picofile.com/file/8486607034/Screenshot_2025_08_24_223407.png
https://s34.picofile.com/file/8486607042/Screenshot_2025_08_24_223345.png
When I scroll down to the footer, this empty gap appears, and when I scroll back up, it disappears.
How can I remove it?

Post count: 91

And How can I create a mobile theme?

Post count: 35449

Hello,

For the empty gap at the footer, I will need a link to your website where I can investigate the gap and determine its cause.

The shadow can be removed from Style tab, set Shadow 0 – https://i.imgur.com/wQkD3xM.png remove the border from the General tab – https://i.imgur.com/vIkk4Ey.png set border radius for input – https://i.imgur.com/Dk0sbA5.png and for the button – https://i.imgur.com/Rbfh7zA.png for button position use this custom css:
.tdb_header_search .tdb-head-search-form-btn {
position: absolute;
}

I see that icon is a standalone element, so you can drag and drop it in the left zone of the text.

The theme has a responsive version, just check the mobile viewport – https://i.imgur.com/GpDhAsx.png but if you want to have a separate conetnet for mobile or you want to edit some elements only for mobile you can create a mobile page/template https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ also is providing a dedicate plugin (tagDiv Mobile theme) but this is limted in options and edits making it very simple.

Thank you!

Viewing 25 posts - 1 through 25 (of 32 total)
The forum ‘Newspaper’ is closed to new topics and replies.