Good evening,
I look in removed for the image in header " welcomme to our social network " I do not want to replace her(it) I want the removed definitively somebody can tell me or modify this thank you in advance.
Good evening,
I look in removed for the image in header " welcomme to our social network " I do not want to replace her(it) I want the removed definitively somebody can tell me or modify this thank you in advance.
To remove the header image yo need to do this:
1 - Go to the folder /master_pages/ and open dndindex.html.
2 - Find this code (in the line 32) and delete it:
++++++++++++++
{else}
<div class="ow_header">
{if isset($imageControlValues.headerImage.src)}
<img class="ow_header_img" src="{$imageControlValues.headerImage.src}" />
{else}
<div class="ow_header_pic"><img class="ow_header_img" src="{$themeImagesUrl}header.jpg" /></div>
{/if}
</div>
++++++++++++++
3 - Open the file general.html
4 - Find the same code (in the line 30) and delete it.
I´m sharing with you an image showing the code that you need to delete.
If you need more help, please let me know.
Best Regards,
I have correctly to delete(eliminate) lines in both files, but it changes nothing, the image is always there, how to make please?
The padding-top property in your css need to be the same in the slider and the right element that you show in the attachment.
If you are using the default slider, check the style of the element:
.slides_container
This is only a possible solution, but you can share your link of your site in a private message or here in the forum to see what is the real problem with the alignment.
Best Regards,
You can try this possible solution, reduce the padding-top of the ow_stdmargin. Try adding this code:
+++++++++++++++++++
.ow_sidebar
.ow_stdmargin{
margin-bottom: 28px;
padding-top:5px; /* change this */
}
+++++++++++++++++++
If this doesn´t work for you, try reducing the padding-top of the original .ow_stdmargin element. (but you need to verifies that the change does not affect other elements that use .ow_stdmargin).
Go to the line 3255 in your css to found the item.
Let me know if you need more help.
Best Regards,
Best Regards,