expand the post pixel width?

Homepage Community Forums Classik Theme Support expand the post pixel width?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #2629
    gb
    Customer

      I would love for my posts width for images to be 1000 pixels.

       

      Is this easy to do?

       

      THANKS,

       

      GB

      #2631
      Wes
      Moderator

        If you’re using the Classik theme then the image is already set to 100% – (.entry-content .post-image) …..so all you would need to do is increase the – “.container” in your css (should be around line 183)

        #2632
        gb
        Customer

          OK, thanks!

          Coming along 馃檪

          #2633
          gb
          Customer

            Oh and if I want to make my nav bar a little thinner?

            #2653
            Wes
            Moderator

              What is the link to your site again?

              #2678
              gb
              Customer

                Hi Wes,

                My site development is here:

                http://www.gregorybeylerian.com/newbegining/

                One of my big desires is to get it so when a category or tag is clicked, the posts will show up as they do in your sample site via portfolio.

                Have not figured that one out yet.

                Thanks,

                GB

                #2681
                Wes
                Moderator

                  What nav bar are you referring to?

                  Also, take a look at the read me file in your theme, it should聽explain聽how to setup the Drop Down Responsive Navigation.

                  #2682
                  gb
                  Customer

                    I am referring to the nav bar on the left where it says “Artworks, Art + Commerce, News, Contact”

                     

                    Thanks,

                     

                    GB

                    #2684
                    Wes
                    Moderator

                      You said “bar” but I’m not seeing a bar anywhere.聽 The only thing there is the border above and below it, and this is already set to聽1px which means it can’t get any thinner. 聽There is the Vertical drop shadow that separates the sidebar from the content…….Is that what you’re talking about, or are you referring to something else?

                      #2686
                      gb
                      Customer

                        Yes, I am referring to the side bar that has the navigational page options like “Artwork”. I would like to make it less wide.

                        Thanks for following along 馃檪

                        #2688
                        Wes
                        Moderator

                          Ok, the entire sidebar that holds the Logo, Nav, and other content that you add into the “Header Right” widget area is all inside a div called “head-wrap“. 聽You should be able to decrease the width by looking for .head-wrap in your css. 聽It should be around line 198 in your css –

                          .head-wrap {
                          float: left;
                          padding: 40px 20px 20px 0;
                          width: 20%;
                          }

                          #2689
                          gb
                          Customer

                            Great thanks!

                            #2690
                            Wes
                            Moderator

                              You’re Welcome

                            Viewing 13 posts - 1 through 13 (of 13 total)
                            • The topic ‘expand the post pixel width?’ is closed to new replies.