• 1. I want to increase the width of my left side widget area so that my widgets look better.

    2. I need to adjust the size of my icons in my custom social media icon widget. They currently overlap and when clicked they don’t go to the correct page as a result. I need them to sit side by side and when clicked go to the proper social media account.

    <img src="https://superwomanproductions.com/wp-content/uploads/2011/11/Social-Media-Bar.jpg" width="300" height="60" border="0" usemap="#Map">
    <map name="Map">
      <area shape="rect" coords="1,11,53,50" href="https://www.linkedin.com/pub/angela-t-jones/24/65/9b2">
      <area shape="rect" coords="59,12,100,49"
    href="https://www.twitter.com/SuperWomanBrand">
     <area shape="rect" coords="59,12,145,49" href="https://www.facebook.com/SuperWomanProductions">
      <area shape="rect" coords="152,10,190,50" href="https://www.youtube.com/OfficialSuperWoman">
      <area shape="rect" coords="195,11,232,50"
     href="https://plus.google.com/117648957550602839184">
    </map>

    the link to my site is https://superwomanproductions.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • 1. Go to ‘Appearence’ and ‘Editor’ and put this in styles.css:

    #secondary {
      width: 162px;
    }

    Change the number to however wide you want

    2. Which social media icons are you referring to?

    Edit: Don’t put it in the styles.css
    Put it in a custom CSS or a child theme or it will be deleted on update

    Thread Starter Realsuperwoman

    (@realsuperwoman)

    2. I’m referring to the social media icons area that is actually inside of my left widget bar. It is customized by the code I put into my original post. The issue is that in this 2014 theme my icons overlap each other when clicked.

    Thread Starter Realsuperwoman

    (@realsuperwoman)

    Where do I get a child theme from?

    You’d need to make one, but as you are using JetPack, you should have “Edit CSS” in your Dashboard already – so just ADD the CSS there.

    Thread Starter Realsuperwoman

    (@realsuperwoman)

    Wpyogi that worked to widen the left widget, but it didn’t adjust my icons. They still overlap each other.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘2 issues with my site’ is closed to new replies.