Core - PixelExit.com [Deleted]

mmmmm, yes, now i see this:

r0No0oJ.png



I don't have manipulated Navigation template
 
Hi @Russ
I was trying to look for the way to change this but I can't find it.
Hope you know what I'm doing wrong.
It's about the Border at "Conversations" and some other menus:
Selection_001.webp
I looked into menus, popup menus, message layouts... but don't know which is this border.
Thanks for your help!
 
I'm on my phone but do you have a border set on primary/secondary content in style properties -> building blocks
 
In that section on the left check primary content and secondary content.
Great! It was there, Secondary Content.
I though that wasn't the problem because there was no color selected:
2015-11-30_1214.webp
But after removing width, the border disappeared :)
Thanks a lot!
 
Hi Russ.

Can i paint this marked area?

PEbVrgc.png


For example to get something like this:

qZVLNSy.png


Regards.

Yep, I think we can add a property to help with this but you can adjust it easily via extra.css:

Code:
.footerLegal
{
  background-color: rgb(77, 77, 77);
}
.Responsive .footerLegal .pageContent
{
  padding: 10px 15px;
}
.footerLegal a {
  color: #FFF !important;
}
 
Hi Russ, i got some problems, maybe some codes are crashing.

Originally, I had something like this:

PSFOgrP.png


Scrolling:

VjGrXDl.png


Distance from imaginary line to word "foros" and Mini logo (scrolling) is good for me.

Problems start when i select Stretch Navigation in [XB] Header and Navigation, see:

erfwi3P.png


Scrolling:

n0ylxc9.png



Additionally, in both cases, I have this problem with quick search bar in responsive mode:

oTKhSVj.png



Tell me if you need to see this in my admin control panel, i have no problem.

Regards.
 
Imaginary line: Style Properties -> Header and Navigation -> Nav Tabs -> Remove the left padding

The logo shifting way out looks a little weird... I'll need to see your fourm

We noticed the way we added the logo into the navigation could be improved so it's getting adjusted in the next release.

For now I believe you should be able to do this in extra.css:

Code:
.XenBase .navTabs {
  max-width: 1190px;
  margin: 0px auto;
}

For the quick search:

Style Properties -> [XB] Quick Search -> Quick Search Placeholder, two things here:

Remove height/width, in the misc box put this at the bottom:

Code:
 top: -156px !important;

If there's a top value in the misc box already just replace it with the -156px !important
 
Hi dear,

How can I edit the footer links, "donate now" button, About us, etc...? I just cant figure out or find from where to edit it.
Thank you in advance.
 

Attachments

  • forumfooter.webp
    forumfooter.webp
    25.4 KB · Views: 10
Hi,I have a forum with this theme
Can I buy from the same developer a homepage with the characteristics of the attached picture?

Thank you.
 

Attachments

  • foritohomewtlog.webp
    foritohomewtlog.webp
    106 KB · Views: 13
Top Bottom