Sidebar Settings

Homepage Community Forums Aspire Theme Support Sidebar Settings

Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #22282
    davide96
    Customer

      Hi,

      A few das ago i bought 2aspire theme”, i’ve got 3 questions:

      1) I’d like to insert a dashed line beetween the spacing of widgets in the sidebar. How do it?
      2) How to decrease the widget in the sidebar? (i’d like to decrase width of widgets)
      3) When i clik on my single articles/posts i don’t see the featured image. Why? How to set this?

      Thanks a lot
      I will attend
      Best regards

      #22295
      Eric
      Customer

        Hi,

        As mentioned in the Forum Rules (#5) it’s recommended to create each topic/issue into their own separate Threads due to the “One question per thread policy“. This helps keep everything organized and makes it easier for us to find similar issues through the Search Results when searching the forum.

        Do you have a link to your website? That will help so I can see which lines will need to be adjusted.

        For Question #3, the featured images aren’t supposed to show up on the Single pages, they are designed to only show on the Blog pages. That’s how most StudioPress and other Genesis Child themes are designed when dealing with Featured Images. However, I do believe they already have this feature included within the theme, you just need to “un-comment” it out in the functions file. Look for the code under this – // Add featured image above the entry content and uncomment it.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #22314
        davide96
        Customer

          I don’t receive any answer.

          I will attend

          #22318
          Eric
          Customer

            Hi, Just in case you missed it, you did receive an answer several days ago. Please see my response above. I would need a link to your site in order to continue.

            Thanks


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #22319
            davide96
            Customer
              This reply has been marked as private.
              #22322
              Wes
              Moderator

                @davide96 You can add code to the Sidebar Widgets on line 2017 in your style.css

                Look for this code –

                .sidebar .widget {
                	background-color: #fff;
                	margin-bottom: 30px;
                }

                Then adjust it to look like this –

                .sidebar .widget {
                	background-color: #fff;
                	margin-bottom: 50px;
                	border-bottom: 1px dashed #333;
                	padding-bottom: 50px;
                }

                That adds the dashed border and extra spacing on top and bottom of the border.

                To adjust the Width of the Sidebar, look for the following code on line 721 –

                .sidebar-primary {
                	float: right;
                	width: 360px;
                }

                Let me know if that helps.

                #22328
                davide96
                Customer

                  Hi Wes
                  Thanks, i do this. In desktop version is correct but in my mobile version sidebar is too big. how can i modify this?

                  Thanks

                  #22341
                  davide96
                  Customer

                    Hi,

                    I don’t receive any answer, how can i do for insert “front page 1” – “front page 2” ect. in the single page?

                    I will attend
                    Thanks

                    #22356
                    Wes
                    Moderator

                      My apologies sometimes there’s an issue with WordPress/bbPress sending the notification emails when someone replies.

                      It looks like a part of the CSS was changed that is affecting the sidebar on the homepage.

                      Did you add this code to your style.css on line 2783? –

                      .front-page .site-inner {
                          padding: 0;
                      }

                      Adding that code removes the spacing on the left and right of the Blog posts as well as the sidebar on the main page.

                      Once you remove that code or change it back to normal then the spacing on the sides will show up again.

                      Let me know if that helps. I can create a screenshot of what it will look like once you fix that part if you want.

                      #22367
                      davide96
                      Customer

                        I resolve. Thanks a lot!

                        Have a nice day Wes

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘Sidebar Settings’ is closed to new replies.