Status
Not open for further replies.
T

tfmore

  • tfmore
Hello,
Upon changing the left or right borders via Building Blocks > Primary Content, the homepage Node List appears properly, while the Discussion List has some issues. Is this something we did?

Thanks

Screenshot-1.jpg


Screenshot-2.jpg
 
T

tfmore

  • tfmore
2) While on the subject of borders, I'm having a difficult time locating the controls for the extra user info box border. From Message Layout > Extra User Info, everything is cleared out. Inspection shows 0 border, yet it remains.

Screenshot-3.jpg
 

Russ

Pixel Exit Staff
We add this my default which we should probably adjust... in that same area, in the misc box under extra user info just add:

Code:
border-width: 0px !important; }

Hello,
Upon changing the left or right borders via Building Blocks > Primary Content, the homepage Node List appears properly, while the Discussion List has some issues. Is this something we did?

Thanks

View attachment 4891

View attachment 4892

It's due to how the table is listed, I will say this though I'd maybe avoid putting left/right borders on the primarycontent as it's used in a lot of places. If the goal is the nodes + discussionlistitem then I'd simply add a left/right border here:

Style Properties: ├ ─ Nodes -> Node Primary Content
Style Properties: [XB] Discussion List -> Discussion List Item

For the discussion list item, in the misc box add this in:

Code:
box-sizing: border-box;

It'll fix it from overflowing like that.
 
T

tfmore

  • tfmore
Thanks much.

With the user info border, is that the best way to adjust the border color as well?
 
T

tfmore

  • tfmore
May as well ask this here too... with the header image position box, is there a specific format that needs to be used there? We need to move the header image up and around some.

Thanks
 
T

tfmore

  • tfmore
Hmm.. although the background image is .svg, there is a blank/white space on either end. Do you see that?

*Fixed.
 
Last edited by a moderator:

Russ

Pixel Exit Staff
For now: in the misc box under extra user info just add: border-color: #000 !Important;

Or whatever your color you'd like.
 
T

tfmore

  • tfmore
Hi Russ,
The border-color code does not work for some reason. The border is still the primary border color. But we can hold off until a future release no problem. Screenshot attached.

Screenshot.jpg

Back over to the header image deal. Did alot of learning last night. Decided to go back and revive something we'd just disregarded as a possibility, and that is that area of space around the Mobile version of the header logo. It never afforded us any breathing room above or below the image when enabled, so we just unticked the option. Doing so loads the larger version, but with space atleast. I'm wondering now, is that by design, or do the faults lie in our .svg?

Thanks
 
T

tfmore

  • tfmore
The height spacing was remedied by an adjustment to the .svg. Still unable to center the mobile logo though. It's live now if you have time to look. You'll notice it's off to the left a bit. Setting or css?
 

Russ

Pixel Exit Staff
Hi Russ,
The border-color code does not work for some reason. The border is still the primary border color. But we can hold off until a future release no problem. Screenshot attached.

View attachment 4904

Back over to the header image deal. Did alot of learning last night. Decided to go back and revive something we'd just disregarded as a possibility, and that is that area of space around the Mobile version of the header logo. It never afforded us any breathing room above or below the image when enabled, so we just unticked the option. Doing so loads the larger version, but with space atleast. I'm wondering now, is that by design, or do the faults lie in our .svg?

Thanks

Remove the } after the width, it's going to mess things up.

Add this in your extra.css to center it in mobile only:

Code:
@media (max-width:@maxResponsiveNarrowWidth) {
.Responsive #logo {
    margin: 0 auto;
    text-align: center;
    float: none;
}
}
 
T

tfmore

  • tfmore
Russ,
If you check it now you'll see that the code moves it (logo) to the right side now.

Edit* Or is that just my eyes? I'm viewing on a S6 in Portrait. Thought it was to the right a couple pixels but my brain is mush at this point.
 

Russ

Pixel Exit Staff
I think it's the perception of the logo, with the icon and the text but the spacing is even from what I can tell.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    11.2 KB · Views: 2
T

tfmore

  • tfmore
Thanks again man. These are not my areas of expertise in case you hadn't noticed. I was kinda forced into taking the lead on development after the person who was supposed to be doing this had some unexpected family stuff to tend to. She's on her way back though, and I couldn't be happier about that. :)
 
Status
Not open for further replies.

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.