Center Elements and Fill Column

2 replies · opened Sep 10, 2019

Ccochn01Sep 10, 2019

Hello,

Have a question:
I have been trying to edit the following and nothing seems to be responding.

  1. Stretch the (3) Blog posts to equal the same width as the above gallery? https:/codenyc.net/JAJ/banquette-item

  2. Center Portfolio Filter HEADING - Center and remove Shuffle? https:/codenyc.net/JAJ/banquettes

Thank you again!
NC

SSemicolon WebSTAFFSep 10, 2019

Hello,

  1. There are several errors on your Page and the Structure. Regarding this error, you are adding #content inside an #content DIV which is incorrect. You will need to simply need add the following code right after the Gallery Section:

	...
  1. You can consider using the following CSS Code:
.portfolio-filter {
	width: 100%;
	text-align: center;
}

.portfolio-filter li {
	display: inline-block;
	float: none;
}

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Ccochn01Sep 10, 2019

Of course!!
That's perfect. I couldn't wrap my head around it...

Appreciate it! Thank you so much!!!!
:-)

NC

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard