header logo position

Posted in: Newspaper
Post count: 8

How to change header logo position,size. how to edit Breaking news text. How to get index file
please help

Bye
thava

  • This topic was modified 10 years by thava.
Post count: 23312

Hello thava,

Unfortunately, we do not recommend changing position and size of the logo because you can break the layout. As you can see in our documentation here -> https://forum.tagdiv.com/header-styles/ we have 12 type of header styles and the best way should be to change one of this for a better result because these are set and calibrate by default to a good look. If you want to the position and the size of your logo, you have to adjust these CSS values from this section -> http://screencast.com/t/P07dgRn7t4 For example, below I gave you an example to how you can change the size of your logo. Please try the code and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-logo img {
max-height: 130px;
}
.td-header-sp-logo img {
width: 250px;
height: 130px;
}

The result you should see here -> http://screencast.com/t/weCuB4E1

For you second request, I suppose that you are referring to News ticker element (Trending Now). If you want to edit the text from this feature you have to use a CSS code.

Example for editing the News ticker element ->

.td_module_trending_now a {
color:red;
font-size:25px;
}

The result -> http://screencast.com/t/ptQV6u8gA

I do not understand very well your third request. Please provide more details about what you want to achieve. Also, please check this topic here -> https://forum.tagdiv.com/topic/fatal-error-in-wp-contentthemesnewspaper/ maybe you find the answer to your question.

Hope this helps!

If is not what you mean or you need more assistance in this regard, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

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