Some questions…

Posted in: Newspaper
Post count: 16

Hello,

We got some things fixed and working with inspect tool and live css, but the following things could use some help:

1) We’d like to adjust the main content area width for the whole site, but can’t find any option for this.

Can you give us the option for this?

2) We’d also like to adjust the height of the main menu bar and size of the search and hamburger icons respectively (they don’t seem to go larger than the search icon is)

3) in addition we’d like to adjust logo padding and location on the main menu bar, maybe move it to the centre and move the hamburger icon to the left of it. Currently the hamburger icon is sitting next to the search icon.

Post count: 16

Hi again,

we needed to switch the theme demo from news magazine one and now this code is not working for main menu borders:

.td-header-style-6 .td-header-menu-wrap-full{
border-bottom: 5px solid red;
}
.td-header-style-6 .td-header-top-menu-full {
border-bottom: 1px solid red;
border-top: 3px solid red;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 75px;
}

how can we make it work with the second Travel Blog demo?

Post count: 16

Hi,

and one problem has started, the theme is reseting some theme options after demo change. Although yesterday it was working fine. It’s like only post settings (show author box, show social buttons and post template), also font on just one post is reseting to something chosen in the morning.

Slider settings and everything else seems to change as we want and stay that way, but some options are messing about. Do you have any ideas?

Post count: 20688

Hi,

1. Please note that the theme width overall cannot be changed. It should not be attempted by custom code. The theme has a fixed width, and all the elements used are dependent on this fact. Modifying the width will most likely break the website. There are precise values used that will not display properly under different circumstances.
On pages you can stretch rows to full width, using the composer. Header and footer elements can be stretched in the theme panel. But a general setting for width is not available.

2. You could adjust the line height for the header menu
https://www.screencast.com/t/ki24ggk4sU
Increasing the line height value will affect the header menu height.

3. The search icon is a font, it could be increased with some CSS
https://www.screencast.com/t/WobUXDutVP4
Hamburger menu icon as well
https://www.screencast.com/t/hOC404fGB
This is the code used in the example, adjust it as you like

.header-search-wrap .td-icon-search {
font-size: 50px;
}
#td-top-mobile-toggle i {
font-size: 50px;
}

The Travel blog demo uses a different header style, so the code will not work. Either change the header style to 6, or modify the header style in the code. Might need to adapt more of the code as well.

When you uninstall the demo, this will remove all the demo settings. The theme panel will be reset. The theme has an option to export/import theme panel settings
https://forum.tagdiv.com/import-export-theme-settings/
That should be the only case that the theme panel is affected.

Thanks

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